Esempio n. 1
0
 public bool DeleteConfirmedEvent(int id)
 {
     return(eventDAO.DeleteConfirmedEvent(id));
 }