@@ -38,7 +38,7 @@ public partial class Trial : BaseFullDeleteAuditEntity
|
||||
[JsonIgnore]
|
||||
public List<Workload> WorkloadList { get; set; } = new List<Workload>();
|
||||
[JsonIgnore]
|
||||
public List<TrialUser> TrialUserList { get; set; } = new List<TrialUser>();
|
||||
public List<TrialUserRole> TrialUserList { get; set; } = new List<TrialUserRole>();
|
||||
[JsonIgnore]
|
||||
public List<ReadingQuestionCriterionTrial> TrialReadingCriterionList { get; set; } = new List<ReadingQuestionCriterionTrial>();
|
||||
[JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user