Ejemplo n.º 1
0
        //VGI012.aspx使用

        #region 查詢方法

        //檢視模式使用
        public DataTable QueryAcceptMain(ArrayList ParameterList)
        {
            try
            {
                DBO.MaintainAcceptDBO dbo = new DBO.MaintainAcceptDBO(ref USEDB);
                ArrayList QueryParameter = new ArrayList();
                return dbo.GetAcceptMain(ParameterList);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }