Ejemplo n.º 1
0
        public DataTable SelectALL(SqlInt32 UserID)
        {
            CartDAL dalCart = new CartDAL();

            return(dalCart.SelectALL(UserID));
        }