Ejemplo n.º 1
0
 public long Delete(int id)
 {
     return(_stopwordRepo.Delete(id));
 }
Ejemplo n.º 2
0
 public long Delete(int id)
 {
     return(_rootRepo.Delete(id));
 }
Ejemplo n.º 3
0
 public long Delete(int id)
 {
     return(_suffixRepo.Delete(id));
 }
 public long Delete(int id)
 {
     return(_inputRepo.Delete(id));
 }