Exemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <ToDoDTO> > > GetAllToDos()
 {
     return(Ok(await _todoService.GetAllTodoDTOs()));
 }