예제 #1
0
 public void Remove(int docketId)
 {
     _repository.Delete(docketId);
 }