Exemplo n.º 1
0
 public async Task <ItemDto> Create([FromBody] ItemCreateDto dto)
 {
     return(await ItemAppService.CreateAsync(dto));
 }