Created
December 1, 2017 10:35
-
-
Save DmitrySikorsky/83eca00c8c74737f1ca20fe91f0ac6d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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