Initial commit
This commit is contained in:
10
Oqtane.Server/Repository/IModuleDefinitionRepository.cs
Normal file
10
Oqtane.Server/Repository/IModuleDefinitionRepository.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using Oqtane.Models;
|
||||
|
||||
namespace Oqtane.Repository
|
||||
{
|
||||
public interface IModuleDefinitionRepository
|
||||
{
|
||||
IEnumerable<ModuleDefinition> GetModuleDefinitions();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user