Beispiel #1
0
 public PopulateSandbox(SbbInstructionSet instructions, RelationMapper relMapper)
 {
     _sourceTasks    = new SalesforceTasks(instructions.SourceCredentials);
     _targetTasks    = new SalesforceTasks(instructions.TargetCredentuals);
     _instructions   = instructions;
     _relationMapper = relMapper;
 }