x
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
49d60f6f68
commit
4a901085d8
|
@ -62,7 +62,7 @@ namespace IRaCIS.Core.Application.Service
|
||||||
{
|
{
|
||||||
Id = ur.Id,
|
Id = ur.Id,
|
||||||
UserTypeShortName = ur.UserRole.UserTypeRole.UserTypeShortName,
|
UserTypeShortName = ur.UserRole.UserTypeRole.UserTypeShortName,
|
||||||
ur.UserRole.IsUserRoleDisabled,
|
IsUserRoleDisabled= ur.UserRole.IsUserRoleDisabled,
|
||||||
IsDeleted = ur.IsDeleted,
|
IsDeleted = ur.IsDeleted,
|
||||||
CreateTime = ur.CreateTime,
|
CreateTime = ur.CreateTime,
|
||||||
UserTypeEnum = ur.UserRole.UserTypeEnum,
|
UserTypeEnum = ur.UserRole.UserTypeEnum,
|
||||||
|
|
Loading…
Reference in New Issue