Exemplo n.º 1
0
 public IExecutionStep CreatePlan(Step step, FixtureLibrary library, bool inTable = false)
 {
     return(_inner.CreatePlan(step, library));
 }
Exemplo n.º 2
0
 public IExecutionStep CreatePlan(Step step, FixtureLibrary library)
 {
     return(_inner.CreatePlan(step, library));
 }