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