event log UI improvements
This commit is contained in:
@ -10,6 +10,7 @@ namespace Oqtane.Repository
|
||||
PageModule AddPageModule(PageModule PageModule);
|
||||
PageModule UpdatePageModule(PageModule PageModule);
|
||||
PageModule GetPageModule(int PageModuleId);
|
||||
PageModule GetPageModule(int PageId, int ModuleId);
|
||||
void DeletePageModule(int PageModuleId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user