Example #1
0
 @Override
 public Vente findById(Long id) {
   return iVenteEJBDaoLocal.findById(id);
 }