Beispiel #1
0
 public LogDumpService(IBoardingPassStorageService boardingPassStorageService, IFileService fileService, IConfigurationService configurationService, IGlobalLogService globalLogService)
 {
     this._boardingPassStorageService = boardingPassStorageService;
     this._fileService          = fileService;
     this._configurationService = configurationService;
     this._globalLogService     = globalLogService;
 }
Beispiel #2
0
 public UpdaterProvider(IApplicationExitProvider applicationExitProvider, IFileService fileService, IDirectoryService directoryService, IWebClientService webClientService, IPathService pathService, IAssemblyService assemblyService, IProcessStarterService processStarterService, IGuidGeneratorService guidGeneratorService, IIsCurrentVersionProvider isCurrentVersionProvider, IGlobalLogService globalLogService)
 {
     this._applicationExitProvider  = applicationExitProvider;
     this._fileService              = fileService;
     this._directoryService         = directoryService;
     this._webClientService         = webClientService;
     this._pathService              = pathService;
     this._assemblyService          = assemblyService;
     this._processStarterService    = processStarterService;
     this._guidGeneratorService     = guidGeneratorService;
     this._isCurrentVersionProvider = isCurrentVersionProvider;
     this._globalLogService         = globalLogService;
 }