modify #4099 - fix localization and use Delete rather than Clear in API methods for consistency with rest of framework
This commit is contained in:
@ -9,6 +9,5 @@ namespace Oqtane.Repository
|
||||
Log GetLog(int logId);
|
||||
void AddLog(Log log);
|
||||
int DeleteLogs(int siteId, int age);
|
||||
void ClearLogs(int siteId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user