@Override public boolean update(ThirdPartyReq item) throws Exception { return thirdPartyReqDao.update(item); }
@Override public List<ThirdPartyReq> getThirdPartyPendingReq() { return thirdPartyReqDao.getThirdPartyPendingReq(); }
@Override public ThirdPartyReq getThirdPartyReq(String id) { return thirdPartyReqDao.getThirdPartyReq(id); }