Exemple #1
0
 public void Post([FromBody] Tarefa tarefa)
 {
     _tarefaService.Create(tarefa);
 }