Enhanced Purge Job to include retention policy for Notifications
This commit is contained in:
@ -11,5 +11,6 @@ namespace Oqtane.Repository
|
||||
Notification GetNotification(int notificationId);
|
||||
Notification GetNotification(int notificationId, bool tracking);
|
||||
void DeleteNotification(int notificationId);
|
||||
int DeleteNotifications(int siteId, int age);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user