public ParticipacaoDaoJPA() {
   this.em = EM.getLocalEm();
 }
Пример #2
0
  public PedidoDaoJPA() {

    this.em = EM.getLocalEm();
  }