public ParticipacaoDaoJPA() {
   this.em = EM.getLocalEm();
 }
Esempio n. 2
0
  public PedidoDaoJPA() {

    this.em = EM.getLocalEm();
  }