Example #1
0
        public bool CheckIfDBReportSubmitted(int repID, string repType, string strQuarter)
        {
            objclsDALReports = new clsDALReports();
            bool bln = objclsDALReports.CheckIfDBReportSubmitted(repID, repType, strQuarter);

            return(bln);
        }