Exemple #1
0
 public async Task <TaskDTO> CreateTask([FromBody] TaskDTO task)
 {
     return(await _writerService.CreateTask(task));
 }