public ScanPerformer(IScanDriverFactory driverFactory, IErrorOutput errorOutput, IAutoSave autoSave, AppConfigManager appConfigManager) { this.driverFactory = driverFactory; this.errorOutput = errorOutput; this.autoSave = autoSave; this.appConfigManager = appConfigManager; }
public ScanPerformer(IScanDriverFactory driverFactory, IErrorOutput errorOutput, IAutoSave autoSave, AppConfigManager appConfigManager, IProfileManager profileManager, ScannedImageHelper scannedImageHelper) { this.driverFactory = driverFactory; this.errorOutput = errorOutput; this.autoSave = autoSave; this.appConfigManager = appConfigManager; this.profileManager = profileManager; this.scannedImageHelper = scannedImageHelper; }