@@ -223,6 +223,7 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public UserTypeEnum UserTypeEnum { get; set; }
|
||||
|
||||
public bool IsUserRoleDisabled { get; set; }
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
||||
@@ -62,6 +62,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
{
|
||||
Id = ur.Id,
|
||||
UserTypeShortName = ur.UserRole.UserTypeRole.UserTypeShortName,
|
||||
ur.UserRole.IsUserRoleDisabled,
|
||||
IsDeleted = ur.IsDeleted,
|
||||
CreateTime = ur.CreateTime,
|
||||
UserTypeEnum = ur.UserRole.UserTypeEnum,
|
||||
|
||||
Reference in New Issue
Block a user