Exemple #1
0
        public DataSet GetObjectVO(string pstrMasterID, string pstrDetailID)
        {
            try
            {
                sys_ReportDrillDownDS dsReportDrillDown = new sys_ReportDrillDownDS();
                DataSet dstVO = dsReportDrillDown.GetObjectVO(pstrMasterID, pstrDetailID);

                return(dstVO);
            }
            catch (PCSDBException ex)
            {
                throw ex;
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }
Exemple #2
0
        public object GetObjectVO(int pintID)
        {
            try
            {
                sys_ReportDrillDownDS templateDS = new sys_ReportDrillDownDS();
                object objVO = templateDS.GetObjectVO(pintID);

                return(objVO);
            }
            catch (PCSDBException ex)
            {
                throw ex;
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }