Fix doc comments
This commit is contained in:
parent
5bb92c6a5c
commit
7b3b362795
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue