Ejemplo n.º 1
0
 public async Task <IActionResult> Post([FromBody] UserSysDto ProdutoDto) => Response(await appService.Add(ProdutoDto));