Example #1
0
        public static List <Product> Getcart()
        {
            List <Product> CART = new List <Product>();

            CART = CartDAL.Getcart();
            return(CART);
        }