コード例 #1
0
 public List <TodoItem> GetAll()
 {
     return(_inMemoryTodoDateBase.AsEnumerable().OrderByDescending(i => i.Id).ToList());
 }