Exemplo n.º 1
0
        public DataSet CheckAllDBReports(int AppiD, string strCurrQuarter, string strRepType)
        {
            objclsDALReports = new clsDALReports();
            DataSet ds = objclsDALReports.CheckAllDBReports(AppiD, strCurrQuarter, strRepType);

            return(ds);
        }