Esempio n. 1
0
 public Task DeleteUserNotificationAsync(int?tenantId, Guid userNotificationId)
 {
     return(_store.DeleteUserNotificationAsync(tenantId, userNotificationId));
 }
 public Task DeleteUserNotificationAsync(Guid userId, Guid notificationId)
 {
     return(_store.DeleteUserNotificationAsync(userId, notificationId));
 }