Exemple #1
0
 public virtual decimal Calculate(IEnumerable <ShoppingCartItem> cartItems)
 {
     return(_base?.Calculate(cartItems) ?? 0);
 }