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