Beispiel #1
0
        public static List <ViewCartModel> GetAllCartProducts(int userId)
        {
            List <ViewCartModel> vc = CartHandler.GetAllCartProducts(userId);

            return(vc);
        }