public ExportLocationExtrasJob(IAubuchonLocationHandler locationHandler) : base(locationHandler)
 {
 }
Beispiel #2
0
 protected BaseImportExportJob(IAubuchonLocationHandler locationHandler)
 {
     LocationHandler = locationHandler;
 }