@@ -1666,6 +1666,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||||||
}
|
}
|
||||||
await InsertInspection<TrialSite>(entity, type, x => new InspectionConvertDTO()
|
await InsertInspection<TrialSite>(entity, type, x => new InspectionConvertDTO()
|
||||||
{
|
{
|
||||||
|
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
|
||||||
TrialId = x.TrialId,
|
TrialId = x.TrialId,
|
||||||
|
|
||||||
ObjectRelationParentId = x.TrialId
|
ObjectRelationParentId = x.TrialId
|
||||||
@@ -1716,6 +1717,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
|||||||
|
|
||||||
await InsertInspection<TrialSiteUser>(item.Entity as TrialSiteUser, type, x => new InspectionConvertDTO
|
await InsertInspection<TrialSiteUser>(item.Entity as TrialSiteUser, type, x => new InspectionConvertDTO
|
||||||
{
|
{
|
||||||
|
IsDistinctionInterface= type == AuditOpt.Update ? true : false,
|
||||||
TrialId = x.TrialId,
|
TrialId = x.TrialId,
|
||||||
ObjectRelationParentId = entity.TrialSite.Id,
|
ObjectRelationParentId = entity.TrialSite.Id,
|
||||||
ObjectRelationParentId2 = x.UserId,
|
ObjectRelationParentId2 = x.UserId,
|
||||||
|
|||||||
Reference in New Issue
Block a user