Exemplo n.º 1
0
 public IEnumerable <Pet> GetAll()
 {
     return(_petShopRepository.GetAll());
 }