Esempio n. 1
0
        public static bool dropcart()
        {
            bool status = false;

            status = CartDAL.Purge();
            return(status);
        }