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