Exemple #1
0
 public RepositoryBase()
 {
     context = new HTKContext();
 }
Exemple #2
0
 public RepositoryBase(HTKContext context)
 {
     Context = context;
 }