Example #1
0
 public decimal CalculateSubtotal()
 {
     Subtotal = CartList.GetSubtotal();
     return(Subtotal);
 }