コード例 #1
0
        public bool CheckIfNextQuarterReportExists(string strCurrQuarter)
        {
            objclsDALCommon = new clsDALCommon();
            bool blnNextQuarterReportExists = objclsDALCommon.CheckIfNextQuarterReportExists(strCurrQuarter);

            return(blnNextQuarterReportExists);
        }