Ejemplo n.º 1
0
 public IEnumerable <WorkStep> GetChildWorkSteps(string path)
 {
     return(_workflow.GetChildWorkSteps(path));
 }