add logging for the logout event to the UI component, relocate module setting deletion to repository
This commit is contained in:
@ -11,5 +11,6 @@ namespace Oqtane.Repository
|
||||
Setting UpdateSetting(Setting setting);
|
||||
Setting GetSetting(string entityName, int settingId);
|
||||
void DeleteSetting(string entityName, int settingId);
|
||||
void DeleteSettings(string entityName, int entityId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user