Example #1
0
 public int DeleteNotification(Guid notificationId)
 {
     return(NotificationData.DeleteNotification(notificationId));
 }