Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@IntegerMan
Last active November 6, 2019 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IntegerMan/99f24ed0659eeb5d2efaca4d3136abab to your computer and use it in GitHub Desktop.
Save IntegerMan/99f24ed0659eeb5d2efaca4d3136abab to your computer and use it in GitHub Desktop.
var testSuite = await _context.TestSuite
.Include(m => m.TestCases)
.FirstOrDefaultAsync(m => m.Id == id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment