Example #1
0
 public void Remove(long id)
 {
     repository.Remove(id);
 }