Beispiel #1
0
 public async Task <ActionResult <List <TodoModel> > > Get() => await _service.Get();
Beispiel #2
0
 public ActionResult <List <Todo> > Get() =>
 _todoService.Get();