示例#1
0
 public async Task <List <TodoCategory> > GetCategories()
 {
     return(await _todoRepository.GetTodoCategories());
 }