Beispiel #1
0
 private BonusDetainTO getDetainBonusTO(String mbrId, Date trxDate) {
   BonusDAO bonusDAO = new BonusDAO();
   return bonusDAO.getDetainBonusTO(mbrId, Utility.dateToBonusMonth(trxDate));
 }