Beispiel #1
0
 public void UpdateSelectiveQuarter_DB(string strLoggedInUserName, string strloggedInUserSID, string strApproverSID, string strApproverName, string strApproverEmail, string strFetchedQuarter, string strCurrQuarter, int intAppId, bool IsGlobal, string strScope, string strDBType)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.UpdateSelectiveQuarter_DB(strLoggedInUserName, strloggedInUserSID, strApproverSID, strApproverName, strApproverEmail, strFetchedQuarter, strCurrQuarter, intAppId, IsGlobal, strScope, strDBType);
     //return blnSave;
 }