示例#1
0
 public void CheckIFUserExistsInCurrentQuarter(string strUserSID, string strCurrQuarter, string PreviousQuartertoSelected, int intAppId, string role)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.CheckIFUserExistsInCurrentQuarter(strUserSID, strCurrQuarter, PreviousQuartertoSelected, intAppId, role);
 }