Example #1
0
 public List <EventModel> Admin_GetAllEvents()
 {
     return(eventDal.Admin_GetAllEvents());
 }