RoleStore<TRole> Constructor
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
RoleStore<TRole>() | Default constuctor which uses a new instance of a default IdentityDbContext | |
RoleStore<TRole>(DbContext) | Constructor which takes a db context and wires up the stores with default instances using the context |
Top