Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created December 1, 2017 10:32
Show Gist options
  • Save DmitrySikorsky/d92144081b0e5e2a867a7a092ed63cd8 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/d92144081b0e5e2a867a7a092ed63cd8 to your computer and use it in GitHub Desktop.
Categories = this.storage.Categories.AsNoTracking().ToList().Select(
c => new CategoryViewModelFactory().Create(c)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment