コード例 #1
0
 public async Task <ActionResult <List <TodoItem> > > Get() =>
 await _todoService.GetTodoItems();