예제 #1
0
 public long Delete(int id)
 {
     return(_stopwordRepo.Delete(id));
 }
예제 #2
0
 public long Delete(int id)
 {
     return(_rootRepo.Delete(id));
 }
예제 #3
0
 public long Delete(int id)
 {
     return(_suffixRepo.Delete(id));
 }
 public long Delete(int id)
 {
     return(_inputRepo.Delete(id));
 }