Exemplo n.º 1
0
 public void DeleteAllUserNotifications(UserIdentifier user, UserNotificationState?state = null, DateTime?startDate = null, DateTime?endDate = null)
 {
     _store.DeleteAllUserNotifications(user, state, startDate, endDate);
 }