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