Ejemplo n.º 1
0
 public bool changeStatusToRead(string NotifID)
 {
     BusinessLogic.NotificationController BL = new BusinessLogic.NotificationController();
     return(BL.changeStatusToRead(NotifID));
 }