Skip to content

Instantly share code, notes, and snippets.

@OliverRC
Created August 23, 2013 09:07
Show Gist options
  • Save OliverRC/6317119 to your computer and use it in GitHub Desktop.
Save OliverRC/6317119 to your computer and use it in GitHub Desktop.
Includes Helper
private static DbQuery<Models.___> ___Includes(DbSet<Models.___> dbSet)
{
return dbSet.Include("___");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment