@@ -212,6 +212,8 @@ namespace IRaCIS.Application.Contracts
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
|
||||
public string UserTypeShortName { get; set; }
|
||||
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
@@ -388,8 +390,6 @@ namespace IRaCIS.Application.Contracts
|
||||
|
||||
public Guid TrialSiteId { get; set; }
|
||||
|
||||
//public int? UserCount { get; set; }
|
||||
|
||||
public string TrialSiteCode { get; set; } = String.Empty;
|
||||
|
||||
public string TrialSiteName { get; set; } = String.Empty;
|
||||
|
||||
Reference in New Issue
Block a user