From 27dd593f460198da2ae8313e6d389fbafe5e2966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20=C3=87otur?= Date: Thu, 19 Mar 2020 13:44:16 +0300 Subject: [PATCH] Update IdentityRoleEto.cs --- .../Volo/Abp/Identity/IdentityRoleEto.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs b/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs index 52b7ff907f..4112f03fee 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/IdentityRoleEto.cs +++ b/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; }