Exemplo n.º 1
0
 public Pet DeletePetServ(int id)
 {
     return(_petRepo.DeletePetRepo(id));
 }