Example #1
0
 @Override
 public Vente create(Vente vente) {
   return iVenteEJBDaoLocal.create(vente);
 }