示例#1
0
 public virtual UrgentPlan MakeInitialPlan(EstimatedUrgentWorkflow workflow)
 {
     workflow.UpdateDependencies();
     return GeneratePlan(workflow, null);
 }
示例#2
0
 public virtual UrgentPlan MakeInitialPlan(EstimatedUrgentWorkflow workflow)
 {
     workflow.UpdateDependencies();
     return(GeneratePlan(workflow, null));
 }