Skip to content

Instantly share code, notes, and snippets.

@ngohungphuc
Created December 11, 2018 08:33
Show Gist options
  • Save ngohungphuc/8154a516691b333c898efc5dba6dabd5 to your computer and use it in GitHub Desktop.
Save ngohungphuc/8154a516691b333c898efc5dba6dabd5 to your computer and use it in GitHub Desktop.
public class ApplicationDbContext : IdentityDbContext
{
public ApplicationDbContext(DbContextOptions<ApplicationDbContext> options) : base(options) { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment