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