Exemplo n.º 1
0
 public TicketsTotalDTO CountTickets()
 {
     return(ticketRepository.CountTickets());
 }