コード例 #1
0
 public async Task <TaskDTO> UpdateTask([FromBody] TaskDTO task)
 {
     return(await _writerService.UpdateTask(task));
 }