Skip to content

Instantly share code, notes, and snippets.

@ducmeit1
Created July 10, 2019 07:09
Show Gist options
  • Save ducmeit1/b8ca6cce07da8f820d12ea15eba2d9d3 to your computer and use it in GitHub Desktop.
Save ducmeit1/b8ca6cce07da8f820d12ea15eba2d9d3 to your computer and use it in GitHub Desktop.
protected override void OnModelCreating(ModelBuilder modelBuilder)
{
modelBuilder.ApplyAllConfigurations<MyDbContext>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment