예제 #1
0
 public async Task Update(TaskDTO task)
 {
     await taskFacade.UpdateTask(task);
 }