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