[JsonIgnore]

This commit is contained in:
2022-12-28 14:19:59 +08:00
parent dd45ad0c07
commit c8d1e2fb6b
41 changed files with 98 additions and 59 deletions
@@ -13,10 +13,9 @@ namespace IRaCIS.Core.Domain.Models
{
IntoGroupDetails = new HashSet<EnrollDetail>();
}
[JsonIgnore]
public Trial Trial { get; set; }
[ForeignKey("Trial")]
public Guid TrialId { get; set; }