Uat_Study
parent
7dec6bbc1a
commit
7589a25ed3
|
@ -31,6 +31,11 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// </summary>
|
||||
public Guid? SiteId { get; set; } = Guid.Empty;
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
[ForeignKey("SiteId")]]
|
||||
public Site Site { get; set; }
|
||||
|
||||
[JsonIgnore]
|
||||
public List<Doctor> DoctorList { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue