Exemplo n.º 1
0
 public StaticLoader(IAttributesLoader attributesLoader, IDirectoryWrapper directoryWrapper)
 {
     _stepRegistry     = new StepRegistry();
     _attributesLoader = attributesLoader;
     _directoryWrapper = directoryWrapper;
     LoadImplementations();
 }
Exemplo n.º 2
0
 public StaticLoader(IAttributesLoader attributesLoader)
 {
     _stepRegistry     = new StepRegistry();
     _attributesLoader = attributesLoader;
 }