Browse Source

Fix typo: Surname

pull/2248/head
Halil İbrahim Kalkan 7 years ago
parent
commit
23c778f978
  1. 2
      modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs

2
modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUser.cs

@ -34,7 +34,7 @@ namespace Volo.Abp.Identity
public virtual string Name { get; set; }
/// <summary>
/// Gets or sets the Surame for the user.
/// Gets or sets the Surname for the user.
/// </summary>
public virtual string Surname { get; set; }

Loading…
Cancel
Save