Update UserStore.cs
This commit is contained in:
parent
d807ec029c
commit
f278822a2c
|
|
@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Identity.CoreCompat
|
||||||
where TUser : IdentityUser
|
where TUser : IdentityUser
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Default constuctor which uses a new instance of a default EntityDbContext
|
/// Default constuctor which uses a new instance of a default EntityDbContext.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public UserStore()
|
public UserStore()
|
||||||
: this(new IdentityDbContext<TUser>())
|
: this(new IdentityDbContext<TUser>())
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue