コード例 #1
0
ファイル: PetType.cs プロジェクト: Spatzek/PetShop1
 public List <PetType> GetPetType()
 {
     return(_petTypeRepository.ReadPetType().ToList());
 }