public ExportLocationExtrasJob(IAubuchonLocationHandler locationHandler) : base(locationHandler)
 {
 }
Exemplo n.º 2
0
 protected BaseImportExportJob(IAubuchonLocationHandler locationHandler)
 {
     LocationHandler = locationHandler;
 }