예제 #1
0
        public DataTable getcashondeliverydetails(int userid, int orderno)
        {
            Dictionary <string, string> colDic = new Dictionary <string, string>();

            colDic.Add("UserID", userid.ToString());
            colDic.Add("OrderNo", orderno.ToString());
            return(GenericDAO.getDataTableByAndClause("View_ProductOrder", colDic));
        }