Exemplo n.º 1
0
 public List <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }
Exemplo n.º 2
0
 public IEnumerable <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }