Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created December 1, 2017 10:35
Show Gist options
  • Save DmitrySikorsky/83eca00c8c74737f1ca20fe91f0ac6d6 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/83eca00c8c74737f1ca20fe91f0ac6d6 to your computer and use it in GitHub Desktop.
Articles = this.storage.Articles.Include(a => a.Photos).OrderBy(a => a.Id).Take(20).ToList().Select(
a => new ArticleViewModelFactory(this.storage, this.cache).Create(a)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment