public void SetRuleResult(Rate rate, RateRule rateRule) { Rate = rate; RateRule = rateRule; }
public Product(LandPlot landPlot, Building building, Unit unit, int productType, Rate rate) { LandPlot = landPlot; Building = building; Unit = unit; ProductType = productType; Rate = rate; }