コード例 #1
0
 public void Run(IWorkflow workflow)
 {
     foreach (var item in workflow.GetFlow())
     {
         item.Execute();
     }
 }