optimized cross tenant logic and fixed bug related to reordering modules in panes
This commit is contained in:
@ -6,6 +6,7 @@ namespace Oqtane.Repository
|
||||
public interface IPageModuleRepository
|
||||
{
|
||||
IEnumerable<PageModule> GetPageModules(int SiteId);
|
||||
IEnumerable<PageModule> GetPageModules(int PageId, string Pane);
|
||||
PageModule AddPageModule(PageModule PageModule);
|
||||
PageModule UpdatePageModule(PageModule PageModule);
|
||||
PageModule GetPageModule(int PageModuleId);
|
||||
|
Reference in New Issue
Block a user