示例#1
0
 public ManualPlanExecution(PlanExecutionHelper planExecutionHelper, BackupPlan backupPlan, PlanExecutionEvents events)
 {
     this.planExecutionHelper = planExecutionHelper;
     this.backupPlan          = backupPlan;
     this.events = events;
 }
示例#2
0
 public Creator(PlanExecutionHelper planExecutionHelper)
 {
     this.planExecutionHelper = planExecutionHelper;
 }