Fix doc comments

This commit is contained in:
Hao Kung 2016-06-13 14:05:52 -07:00
parent 5bb92c6a5c
commit 7b3b362795
2 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
} }
/// <summary> /// <summary>
/// </summary>
/// Gets or sets the primary key for this user. /// Gets or sets the primary key for this user.
/// </summary>
public virtual TKey Id { get; set; } public virtual TKey Id { get; set; }
/// <summary> /// <summary>

View File

@ -18,7 +18,7 @@ namespace Microsoft.AspNetCore.Identity.EntityFrameworkCore
public virtual int Id { get; set; } public virtual int Id { get; set; }
/// <summary> /// <summary>
/// Gets or sets the of the primary key of the user associated with this claim. /// Gets or sets the primary key of the user associated with this claim.
/// </summary> /// </summary>
public virtual TKey UserId { get; set; } public virtual TKey UserId { get; set; }