This commit is contained in:
2022-12-07 16:10:34 +08:00
parent 2d659bc1c9
commit 77ae724aea
2 changed files with 4 additions and 2 deletions
@@ -152,6 +152,8 @@ namespace IRaCIS.Core.Domain.Models
public Guid? DoctorUserId { get; set; }
[ForeignKey("TrialReadingCriterionId")]
public ReadingQuestionCriterionTrial TrialReadingCriterion { get; set; }
}