示例#1
0
 public List <TodoItem> GetAll()
 {
     return(_inMemoryTodoDatabase.ToList());
 }