예제 #1
0
 /// Method To Delete An Event
 public bool DeleteEvent(string eventId)
 {
     return(_eventsDbService.DeleteEvent(eventId));
 }