コード例 #1
0
 public async Task DeleteTask(int taskId)
 {
     await _writerService.DeleteTask(taskId);
 }