コード例 #1
0
 public CatDTO GetcatByName(string name)
 {
     return(_cService.GetCatByName(name));
 }