Ejemplo n.º 1
0
 public bool createNotification(Notification notification)
 {
     BusinessLogic.NotificationController BL = new BusinessLogic.NotificationController();
     return(BL.createNotification(notification));
 }