예제 #1
0
파일: PetType.cs 프로젝트: Spatzek/PetShop1
 public List <PetType> GetPetType()
 {
     return(_petTypeRepository.ReadPetType().ToList());
 }