Example #1
0
 public async Task UpdateAsync([FromBody] TodoTaskDto task)
 {
     await updateHandler.HandleAsync(task.ToModel());
 }