コード例 #1
0
ファイル: clsBALReports.cs プロジェクト: LTIAvinashsSahu/CART
        public bool CheckIfDBReportSubmitted(int repID, string repType, string strQuarter)
        {
            objclsDALReports = new clsDALReports();
            bool bln = objclsDALReports.CheckIfDBReportSubmitted(repID, repType, strQuarter);

            return(bln);
        }