Exemplo n.º 1
0
 @Override
 public List<Product> getProducts() {
   return productDao.getAllDistinct();
 }