Example #1
0
 public void Post(Event eventObj)
 {
     _eventRepo.Post(eventObj);
 }