Esempio n. 1
0
 public virtual int GetEffectivePrice(int quantity)
 {
     return(_orderItem.GetEffectivePrice(quantity));
 }