public bool Recovery(int custid, int tranid, double chkamt) { objData = new ClsData(); bool OutFlg = objData.Recovery(custid, tranid, chkamt); if (OutFlg == true) { return(true); } else { return(false); } }