示例#1
0
 public List <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }
 public IEnumerable <TypePet> getAllTypePets()
 {
     return(_typePetRepository.GetAllPetTypes());
 }