public IdentityAccountManager( IdentityUserStore <TUser> userStore, IdentityUserManager <TUser> userManager, IdentityRoleStore roleStore, IdentityRoleManager roleManager) { UserStore = userStore; UserManager = userManager; RoleStore = roleStore; RoleManager = roleManager; }
public IdentityRoleManager(IdentityRoleStore store) : base(store) { }