예제 #1
0
 public ActionResult<IEnumerable<Tarefa>> Get()
 {
     return OK(_tarefaService.Get());
 }