Exemplo n.º 1
0
 public async Task <BaseResponse> Post([FromBody] Category model)
 {
     return(constructResponse(await _businessBase.Post(model)));
 }