Esempio n. 1
0
 public async Task <ItemDto> Get([FromRoute] int id)
 {
     return(await ItemAppService.GetAsync(id));
 }