Beispiel #1
0
 public boolean trxDateChecking(Date trxDate) {
   BonusDAO bonusDAO = new BonusDAO();
   return bonusDAO.trxDateChecking(trxDate);
 }