Example #1
0
 public int UpdateNotifications(string NotificationIDs, int UserID)
 {
     return(objNotificationBiz.UpdateNotifications(NotificationIDs, UserID));
 }