Beispiel #1
0
 private MbrTO getSimpleMbrTO(String mbrId) {
   BonusDAO bonusDAO = new BonusDAO();
   return bonusDAO.getSimpleMbrTO(mbrId);
 }