Ejemplo n.º 1
0
 public decimal TotalPrice()
 {
     return(_pricingEngine.Calculate(_items));
 }