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