performance optimizations in site router and remove dependency between page and module in route specification
This commit is contained in:
@ -6,7 +6,7 @@ namespace Oqtane.Repository
|
||||
public interface IPageModuleRepository
|
||||
{
|
||||
IEnumerable<PageModule> GetPageModules();
|
||||
IEnumerable<PageModule> GetPageModules(int PageId);
|
||||
IEnumerable<PageModule> GetPageModules(int SiteId);
|
||||
PageModule AddPageModule(PageModule PageModule);
|
||||
PageModule UpdatePageModule(PageModule PageModule);
|
||||
PageModule GetPageModule(int PageModuleId);
|
||||
|
Reference in New Issue
Block a user