Example #1
0
 public bool UpdateInfo(Event uEvent)
 {
     return(eventDAO.UpdateInfo(uEvent));
 }