示例#1
0
 public IEnumerable <WorkflowBranch> ParentBranches()
 {
     return(_parentItems.SelectMany(i => WorkflowBranch.ParentBranches(i, Workflow)));
 }