public DataSetResultsExporter(ComponentLogger log, DataSetResultsExporterConfig config)
     : base(log)
 {
     _config = config;
     Configuration = _config;
 }
Exemplo n.º 2
0
 public DataSetResultsExporter(ComponentLogger log, DataSetResultsExporterConfig config)
     : base(log)
 {
     _config       = config;
     Configuration = _config;
 }