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