New way to interact with AspNet users
This commit is contained in:
@@ -17,7 +17,7 @@ public static class InitializerExtensions
|
||||
|
||||
var initializer = scope.ServiceProvider.GetRequiredService<ApplicationDbContextInitializer>();
|
||||
|
||||
await initializer.InitialiseAsync();
|
||||
// await initializer.InitialiseAsync();
|
||||
|
||||
await initializer.SeedAsync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user