Exemplo n.º 1
0
 public NonRoutineJobCore(ICasEnvironment casEnvironment, IWorkPackageCore workPackageCore,
                          INonRoutineJobDataAccess nonRoutineJobDataAccess, INewLoader newLoader)
 {
     _casEnvironment          = casEnvironment;
     _workPackageCore         = workPackageCore;
     _nonRoutineJobDataAccess = nonRoutineJobDataAccess;
     _newLoader = newLoader;
 }
Exemplo n.º 2
0
 public KitsCore(ICasEnvironment casEnvironment, ILoader loader,
                 INewKeeper newKeeper, IComponentCore componentCore, INonRoutineJobDataAccess nonRoutineJobDataAccess)
 {
     _casEnvironment          = casEnvironment;
     _loader                  = loader;
     _newKeeper               = newKeeper;
     _componentCore           = componentCore;
     _nonRoutineJobDataAccess = nonRoutineJobDataAccess;
 }