public ArtifactsSimpleImporter(ComponentLogger log)
     : base(log)
 {
     _config = new ArtifactsSimpleImporterConfig();
     Configuration = _config;
 }
Exemple #2
0
 public ArtifactsSimpleImporter(ComponentLogger log) : base(log)
 {
     _config       = new ArtifactsSimpleImporterConfig();
     Configuration = _config;
 }