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