I am learning Clean Architecture. FirstLy I create a MVC Project. Then I Create Some Class Library as you can See in the pictures>
Then I move identity to my Infrastructure.Identity
project.
Separate IdentityDBContext (In Infastructure.Identity Project) and ApplicationDBContext (In Persitain Project)
The project has been upload to here for more investigate: https://github.com/nguyentuananh921/Learning.git
Now I want to seed somedata in to Database but I failed after alot of searching.Please help.