コード例 #1
0
ファイル: clsBALReports.cs プロジェクト: LTIAvinashsSahu/CART
        public DataSet CheckAllDBReports(int AppiD, string strCurrQuarter, string strRepType)
        {
            objclsDALReports = new clsDALReports();
            DataSet ds = objclsDALReports.CheckAllDBReports(AppiD, strCurrQuarter, strRepType);

            return(ds);
        }