Enhanced Purge Job to include retention policy for Notifications
This commit is contained in:
@ -12,6 +12,6 @@ namespace Oqtane.Repository
|
||||
Visitor GetVisitor(int visitorId);
|
||||
Visitor GetVisitor(int siteId, string IPAddress);
|
||||
void DeleteVisitor(int visitorId);
|
||||
int DeleteVisitors(int age);
|
||||
int DeleteVisitors(int siteId, int age);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user