コード例 #1
0
ファイル: CatService.cs プロジェクト: kawzar/cat-shelf
 public void UpdateCat(Cat cat)
 {
     repository.UpdateCat(cat);
 }