예제 #1
0
 /// Method To Fetch Event By Its ID
 public Event GetEventById(string eventId)
 {
     return(_eventsDbService.GetEventById(eventId));
 }