Example #1
0
 public void DeleteService(string id)
 {
     ServiceRepo.DeleteElements(id);
 }