Beispiel #1
0
 public StopWordModel Get(int id)
 {
     return(_stopwordRepo.Get(id));
 }
Beispiel #2
0
 public RootModel Get(int id)
 {
     return(_rootRepo.Get(id));
 }
Beispiel #3
0
 public SuffixModel Get(int id)
 {
     return(_suffixRepo.Get(id));
 }
 public InputModel Get(int id)
 {
     return(_inputRepo.Get(id));
 }