示例#1
0
        public DataSet CheckIfUserExistsForCurrentQuarter_DB(string strUserSID, string scope, int Appid, string strquarter, string strDBType)
        {
            objclsDALCommon = new clsDALCommon();
            DataSet ds = objclsDALCommon.CheckIfUserExistsForCurrentQuarter_DB(strUserSID, scope, Appid, strquarter, strDBType);

            return(ds);
        }