@@ -42,9 +42,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public Guid? ConfirmUserId { get; set; }
|
||||
|
||||
public bool IsConfirmed => ConfirmTime is not null;
|
||||
public bool IsConfirmed { get; set; }
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
public string RealName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user