Ejemplo n.º 1
0
 public void MoveWorkStep(WorkStep movingWorkStep, WorkStep toStep)
 {
     _workflow.MoveWorkStep(movingWorkStep, toStep);
 }