Ejemplo n.º 1
0
 public ClassController()
 {
     notificationBL = new NotificationBL(db);
 }
Ejemplo n.º 2
0
 public NotificationController()
 {
     notificationBL = new NotificationBL(db);
 }