Ejemplo n.º 1
0
        public DataTable GetTotalGiftPurQty(ArrayList ParameterList)
        {
            try
            {
                DBO.MaintainAcceptDBO dbo = new DBO.MaintainAcceptDBO(ref USEDB);

                return dbo.GetTotalGiftPurQty(ParameterList);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }