Created
July 10, 2019 07:09
-
-
Save ducmeit1/b8ca6cce07da8f820d12ea15eba2d9d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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