Exemplo n.º 1
0
 public CSVHandler(int FileId)
 {
     _Context           = new MarketREntities();
     marketRRepo        = new MarketRRepo(_Context);
     fileInfo           = GetFileInfo(FileId);
     csvValidateService = new CsvValidateService();
     csvParseService    = new CsvParseService <Models.Condor.KONDOR_DATA>(TypeConverter.GetConvertSettings());
 }
Exemplo n.º 2
0
 public ExcelHandler(int FileId)
 {
     _Context    = new MarketREntities();
     marketRRepo = new MarketRRepo(_Context);
     fileInfo    = GetFileInfo(FileId);
 }