コード例 #1
0
ファイル: CatController.cs プロジェクト: ricardogamboaa/Cats
 public string GetCatByName(string name)
 {
     return(catsContext.GetCat(name));
 }