Exemple #1
0
        public ShoppingResult Buy()
        {
            ShoppingResult result = cartItem.Compute();    //get the basic tax

            return(result);
        }