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