Exemplo n.º 1
0
 public Pet PetFoundById(int selectedId)
 {
     return(_petShopRepository.PetFoundById(selectedId));
 }