Ejemplo n.º 1
0
 private NzEstimator()
 {
     //todo nz uses the same formula for now
     LabourEstimator = new LabourCostEstimator();
     PriceEstimator = new PriceEstimator();
 }
Ejemplo n.º 2
0
 private AusEstimator()
 {
     LabourEstimator = new LabourCostEstimator();
     PriceEstimator = new PriceEstimator();
 }