コード例 #1
0
ファイル: PetViewService.cs プロジェクト: Faiqg/petweb
 public IEnumerable <string> GetPetTypes()
 {
     return(_petRepository.GetPetTypes());
 }