예제 #1
0
        public DataSet CheckIfUserExistsForCurrentQuarter(string strUserSID, string strGroupSID, string scope, int Appid, string strquarter)
        {
            clsDALReports objclsDALReports = new clsDALReports();
            DataSet       ds = objclsDALReports.CheckIfUserExistsForCurrentQuarter(strUserSID, strGroupSID, scope, Appid, strquarter);

            return(ds);
        }