S_014
This commit is contained in:
@@ -53,6 +53,8 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public List<TrialSite> TrialSiteList { get; set; } = new List<TrialSite>();
|
||||
[JsonIgnore]
|
||||
public List<TrialSiteUser> TrialSiteUserList { get; set; } = new List<TrialSiteUser>();
|
||||
[JsonIgnore]
|
||||
public List<ReadModule> ReadModuleList { get; set; } = new List<ReadModule>();
|
||||
|
||||
|
||||
public Guid IndicationTypeId { get; set; } = Guid.Empty;
|
||||
|
||||
Reference in New Issue
Block a user