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