public DestinationsExtractor(PropertiesExractor propExtractor, DestinationCreator creator)
 {
     this.propExtractor = propExtractor;
     this.creator       = creator;
 }
Beispiel #2
0
 public SheetsExtractor(PropertiesExractor propExtractor, SheetCreator sheetCreator)
 {
     this.propExtractor = propExtractor;
     this.sheetCreator  = sheetCreator;
 }