fix missing Participant
This commit is contained in:
parent
6563215f34
commit
7ccc2d7b61
@ -147,6 +147,7 @@ namespace EnotaryoPH.Web.Pages.Participant.VideoCall
|
||||
.Include(t => t.Principal)
|
||||
.Include(t => t.Schedule)
|
||||
.ThenInclude(sch => sch.LawyerVideoConferenceParticipants)
|
||||
.ThenInclude(p => p.Participant)
|
||||
.Include(t => t.TransactionDocument)
|
||||
.FirstOrDefault(t => t.Transaction_UID == Transaction_UID);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user