public ToolController(ITableCreationService sQLCreationService, IPackageCreationService packageCreationService, IValidationCreationService validationCreationService, IReadExcelService readExcelService, ISQLFileCreationService sQLFileCreationService) { this.tableCreationService = sQLCreationService; this.packageCreationService = packageCreationService; this.validationCreationService = validationCreationService; this.readExcelService = readExcelService; this.sQLFileCreationService = sQLFileCreationService; this.filePath = Directory.GetCurrentDirectory(); }
public ImportService() { this.log = new LogService(); this.readExcelService = new ReadExcelService(); }