Exemplo n.º 1
0
 public int CreateOrUpdate([FromBody] CategoryModel model)
 {
     return(_bus.CreateOrUpdate(model));
 }