Exemple #1
0
 public async Task <ResponseModel <Category> > PostCategory([FromBody] Category entity)
 {
     return(await service.CreateOrUpdateCategoryAsync(entity));
 }