Example #1
0
 public void DeleteEvent(string id)
 {
     _eventRepo.Delete(id);
 }