@@ -15,6 +15,9 @@ public class ReadingQuestionSystem : BaseAddAuditEntity
|
||||
[ForeignKey("ReadingQuestionCriterionSystemId")]
|
||||
public ReadingQuestionCriterionSystem ReadingQuestionCriterionSystem { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public List<ReadingTableQuestionSystem> ReadingTableQuestionTrialList { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("ParentId")]
|
||||
public ReadingQuestionSystem ParentReadingQuestionSystem { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user