예제 #1
0
 private static async Task ConfigureRoles(RoleManager <IdentityRole> roleManager)
 {
     await ContextSeeder.SeedRolesAsync(roleManager);
 }