Exemplo n.º 1
0
 public bool CompanySubmitEvent(Event e)
 {
     return(eventDAO.CompanySubmitEvent(e));
 }