UpdateUserRoleController Constructor
Initializes a new instance of the UpdateUserRoleController class.
Namespace:
TriCodeTest.Controllers
Assembly:
TriCodeTest (in TriCodeTest.dll)
Syntax
public UpdateUserRoleController( UserManager<ApplicationUser> userManager, RoleManager<IdentityRole> roleManager, ApplicationDbContext context )
Parameters
- userManager
- Type: UserManager<(Of <(<'ApplicationUser>)>)>
The user manager.
- roleManager
- Type: RoleManager<(Of <(<'IdentityRole>)>)>
The role manager.
- context
- Type: TriCodeTest.Data..::..ApplicationDbContext
The context.