示例#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;
 }