示例#1
0
 protected override bool OnExecuteLead(LeadRoot value, List <MappingFields> list) => PotentialController.Execute(value, list);
示例#2
0
 protected bool OnExecutePotential(ScheduleRoot value, List <MappingFields> list)
 {
     return(PotentialController.Execute(value, list.Where(w => filterPotential(w.Entity)).ToList()));
 }