Exemple #1
0
 public Result <Category> Edit(Category model)
 => _dataSource.Update(model);