Skip to content

Instantly share code, notes, and snippets.

@gowtham758550
Last active August 9, 2022 04:09
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 gowtham758550/a799958f8b17f89dc6f944cefc955d31 to your computer and use it in GitHub Desktop.
Save gowtham758550/a799958f8b17f89dc6f944cefc955d31 to your computer and use it in GitHub Desktop.
dbcontext
public partial class DbFirstContext : DbContext
{
public DbFirstContext()
{
}
public DbFirstContext(DbContextOptions<DbFirstContext> options)
: base(options)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment