@@ -171,7 +171,7 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
||||
public UserStateEnum Status { get; set; }
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
public DateTime UpdateTime { get; set; }
|
||||
|
||||
@@ -57,6 +57,7 @@ namespace IRaCIS.Core.Application.Service
|
||||
UpdateTime = t.UpdateTime,
|
||||
UserName = t.IdentityUser.UserName,
|
||||
RemoveTime = t.RemoveTime,
|
||||
Status = t.IdentityUser.Status,
|
||||
TrialUserRoleList = t.TrialUserRoleList.Select(ur => new TrialIdentityUserRoleDto()
|
||||
{
|
||||
Id = ur.Id,
|
||||
|
||||
Reference in New Issue
Block a user