Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created November 12, 2020 20:05
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 nishanc/6bf25619d80a4b0b7861f0cffac45da2 to your computer and use it in GitHub Desktop.
Save nishanc/6bf25619d80a4b0b7861f0cffac45da2 to your computer and use it in GitHub Desktop.
public class SampleContext : DbContext
{
public DbSet<Book> Books { get; set; }
public DbSet<Category> Categories { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment