コード例 #1
0
ファイル: CatService.cs プロジェクト: iNkidzy/MeowWorld
 public List <Cat> ReadAllCats()
 {
     return(_catRepo.ReadAllCats().ToList());
 }