Exemplo n.º 1
0
 public DataSet FetchApproval_DB(string strLoggedInSID, string strDBType)
 {
     objclsDALCommon = new clsDALCommon();
     return(objclsDALCommon.FetchApproval_DB(strLoggedInSID, strDBType));
 }