Ejemplo n.º 1
0
 public IWorkFlow <TState> AddStep <TStep>() where TStep : IStep <TState>
 {
     _rootNode.AddStep <TStep>();
     return(this);
 }