UserStore<TUser> 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 | |
---|---|---|
UserStore<TUser>() | Default constuctor which uses a new instance of a default EntityyDbContext | |
UserStore<TUser>(DbContext) | Constructor that takes the db context |
Top