Ejemplo n.º 1
0
 public BigramaRN(ProjetoIndexacaoDBEntities ent)
 {
     this.ent = ent;
     musicaRN = new MusicaRN(ent);
     palavraRN = new PalavraRN(ent);
 }
Ejemplo n.º 2
0
 public MusicaRN(ProjetoIndexacaoDBEntities ent)
 {
     this.ent = ent;
 }