Created
August 23, 2018 13:29
-
-
Save DmitrySikorsky/8d7baee5cfecc69db54d6582b9af47a6 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
| this.dbContext.Cats.Where(c => c.Age >= 3 && c.Age <= 7).OrderBy(c => c.Name); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment