示例#1
0
 public async Task DelTask(int id)
 {
     await _taskRepository.DelTask(id);
 }