예제 #1
0
 public void Run(IWorkflowEngine workflow)
 {
     foreach (ITasks tasks in workflow.GetTasks())
     {
         tasks.Execute();
     }
 }