Exemplo n.º 1
0
 public Pet DeletePet(int id)
 {
     return(_PetRepository.Delete(id));
 }