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