示例#1
0
 public bool SubmitEvent(Event e)
 {
     return(eventDAO.SubmitEvent(e));
 }