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