Пример #1
0
 public TriggerFileGenerator()
 {
     _runComponentRepository         = new RunComponentStatusRepository();
     _triggerandStatusFileRepository = new TriggerandStatusFilesRepository();
     _componentRepository            = new ComponentRepository();
     _inputLocationRepository        = new ComponentInputLocationRepository();
     _outputLocationRepository       = new ComponentOutputLocationRepository();
     _clientRepository      = new ClientRepository();
     _applicationRepository = new ApplicationRepository();
 }
Пример #2
0
 public AppComponentController()
 {
     _objAppComponentRepository   = new ApplicationComponentRepository();
     _objInputLocationRepository  = new ComponentInputLocationRepository();
     _objOutputLocationRepository = new ComponentOutputLocationRepository();
 }