Пример #1
0
 public Category Put(int id, Category category)
 {
     _categoryStore.Update(category, id);
     return(category);
 }