Ejemplo n.º 1
0
 public void throwTestException() {
   offersDAO.getOffers(9999);
 }
Ejemplo n.º 2
0
 public List<Offer> getCurrent() {
   return offersDAO.getOffers();
 }