コード例 #1
0
 public void DeleteUserNotification(int?tenantId, Guid userNotificationId)
 {
     _store.DeleteUserNotification(tenantId, userNotificationId);
 }