public FormatProductPriceCalculation( Product.ProductType productType, OrderParameter orderParameter, ProductCalculationResult calculationResult) { _productType = productType; _orderParameter = orderParameter; _calculationResult = calculationResult; }
public ProductPriceCalculator(Product.ProductType productType, OrderParameter orderParameter) { _productType = productType; _orderParameter = orderParameter; }