From 16b546fc6f285d65adc2406057386b6f931d3870 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 1 Jun 2023 13:37:49 +0300 Subject: [PATCH] Update misleading summary for OrganizationUnitRole.cs --- .../Volo/Abp/Identity/OrganizationUnitRole.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/OrganizationUnitRole.cs b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/OrganizationUnitRole.cs index 2f8e9b3baf..88432f9286 100644 --- a/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/OrganizationUnitRole.cs +++ b/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/OrganizationUnitRole.cs @@ -5,7 +5,7 @@ using Volo.Abp.MultiTenancy; namespace Volo.Abp.Identity; /// -/// Represents membership of a User to an OU. +/// Represents the link between a role and an organization unit. /// public class OrganizationUnitRole : CreationAuditedEntity, IMultiTenant { @@ -36,7 +36,7 @@ public class OrganizationUnitRole : CreationAuditedEntity, IMultiTenant /// Initializes a new instance of the class. /// /// TenantId - /// Id of the User. + /// Id of the Role. /// Id of the . public OrganizationUnitRole(Guid roleId, Guid organizationUnitId, Guid? tenantId = null) {