Example #1
0
 public void DeleteByID(string id)
 {
     repository.DeleteByID(id);
 }