Exemplo n.º 1
0
 public TicketNotificationBL(TicketNotificationRepo repo)
 {
     _repo = new TicketNotificationRepo();
 }