Ejemplo n.º 1
0
 public DestinationsExtractor(PropertiesExractor propExtractor, DestinationCreator creator)
 {
     this.propExtractor = propExtractor;
     this.creator       = creator;
 }
Ejemplo n.º 2
0
 public SheetsExtractor(PropertiesExractor propExtractor, SheetCreator sheetCreator)
 {
     this.propExtractor = propExtractor;
     this.sheetCreator  = sheetCreator;
 }