예제 #1
0
 public void Archive(int id)
 {
     _repository.Archive(id);
 }