Ejemplo n.º 1
0
 public async Task <IEnumerable <TodoDTO> > GetTodos()
 {
     return(await _todosService.GetAllTodosAsync());
 }