예제 #1
0
 public async Task <ActionResult <IEnumerable <TodoItem> > > GetTodoItem()
 {
     return(await _todoItemservice.index());
 }