Update UserStore.cs

This commit is contained in:
Jonathan 2016-06-03 16:21:34 +02:00 committed by Hao Kung
parent d807ec029c
commit f278822a2c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace Microsoft.AspNet.Identity.CoreCompat
where TUser : IdentityUser
{
/// <summary>
/// Default constuctor which uses a new instance of a default EntityDbContext
/// Default constuctor which uses a new instance of a default EntityDbContext.
/// </summary>
public UserStore()
: this(new IdentityDbContext<TUser>())