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