Exemplo n.º 1
0
 public TicketType GetTicketTypeById(int id)
 {
     return(ticketTypeRepository.Find(id));
 }