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