@@ -1,7 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
namespace IRaCIS.Core.Domain.Models
|
||||
{
|
||||
@@ -15,9 +11,6 @@ namespace IRaCIS.Core.Domain.Models
|
||||
[JsonIgnore]
|
||||
public Trial Trial { get; set; }
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public Guid UserTypeId { get; set; }
|
||||
@@ -27,28 +20,13 @@ namespace IRaCIS.Core.Domain.Models
|
||||
/// <summary>
|
||||
|
||||
public string Email { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string FirstName { get; set; } = String.Empty;
|
||||
|
||||
public string LastName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public string OrganizationName { get; set; } = String.Empty;
|
||||
|
||||
|
||||
public bool IsSystemUser { get; set; }
|
||||
|
||||
|
||||
public Guid SystemUserId { get; set; }
|
||||
|
||||
|
||||
|
||||
public bool IsJoin { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public DateTime? ExpireTime { get; set; }
|
||||
|
||||
public DateTime? ConfirmTime { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user