Пример #1
0
 public void UpdateCat(Cat cat)
 {
     repository.UpdateCat(cat);
 }