Browse Source

Update IdentityRoleEto.cs

pull/3210/head
Ahmet Çotur 6 years ago
parent
commit
27dd593f46
  1. 4
      modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs

4
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs

@ -9,9 +9,9 @@ namespace Volo.Abp.Identity
public Guid? TenantId { get; set; }
public virtual string Name { get; protected internal set; }
public virtual string Name { get; set; }
public virtual string NormalizedName { get; protected internal set; }
public virtual string NormalizedName { get; set; }
public virtual bool IsDefault { get; set; }

Loading…
Cancel
Save