Exemplo n.º 1
0
 public List <Pet> GetListSortedByPrice()
 {
     return(_PetRepository.GetListSortedByPrice());
 }