Пример #1
0
 private MbrTO getMbrTOFromBizId(String bizId) {
   BonusDAO bonusDAO = new BonusDAO();
   return bonusDAO.getMbrTOFromBizId(bizId);
 }