コード例 #1
0
 public DataSet FetchApproval_PSI(string strLoggedInSID)
 {
     objclsDALCommon = new clsDALCommon();
     return(objclsDALCommon.FetchApproval_PSI(strLoggedInSID));
 }