Пример #1
0
 public async Task Delete([FromRoute] int id)
 {
     await ItemAppService.DeleteAsync(id);
 }