CleanArchitecture.WebApi
CleanArchitecture.WebApi copied to clipboard
seeder not inserted
I try re-code the infrastructure Identity. And try to add migration, after that update-database.
but after its done, when I check database, there is no seed data inserted
Have you Checked the Program.cs file if the Seeding for data is called?