Exemplo n.º 1
0
 public bool DelById(int id)
 {
     return(_ticketRepository.DelById(id));
 }