예제 #1
0
 public void DeleteSelectiveApproval(string strloggedInUserSID, string strApproverSID,
                                     string strCurrQuarter, int intAppId, string strScope, string sReportType)
 {
     objclsDALCommon = new clsDALCommon();
     objclsDALCommon.DeleteSelectiveApproval(strloggedInUserSID, strApproverSID, strCurrQuarter, intAppId, strScope, sReportType);
 }