예제 #1
0
 public void CalculatePromotion()
 {
     _Promotions = new Promotions();
     _Promotions.Calculate(_InventoryFormula, _PromotionRules);
 }