Exemplo n.º 1
0
 public ExcelDocumentProccesor()
 {
     _validata              = new Validata();
     _parser                = new Parser();
     _readExcelData         = new ReadExcelData();
     _dataNormalization     = new DataNormalization();
     _excelSheetCongSection = new ExcelSheetCongSection();
     _parserSection         = new ParserSectionPage();
     _excelConfiguration    = ConfigurationHolder.ApiConfiguration;
 }
Exemplo n.º 2
0
 public Parser()
 {
     _readExcelData     = new ReadExcelData();
     _dataNormalization = new DataNormalization();
 }
Exemplo n.º 3
0
 public ExcelSheetCongSection()
 {
     _readExcelData      = new ReadExcelData();
     _dataNormalization  = new DataNormalization();
     _excelConfiguration = ConfigurationHolder.ApiConfiguration;
 }