Skip to content

Instantly share code, notes, and snippets.

@joewashington75
Last active March 25, 2020 20:34
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 joewashington75/3646594339044ae3071ee0742ef3efbf to your computer and use it in GitHub Desktop.
Save joewashington75/3646594339044ae3071ee0742ef3efbf to your computer and use it in GitHub Desktop.
public ExampleDbContext(DbContextOptions options) : base(options)
{
}
public DbSet<Person> Persons { get; set; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment