Example #1
0
 public int Create(EventDetail eventDetail)
 {
     return(eventDetailRepository.Create(eventDetail));
 }