Example #1
0
 public override CategoryModel Update(CategoryModel model)
 {
     return(DataStorageService.UpdateCategory(model));
 }