Пример #1
0
 public List <Evento> findAll()
 {
     return(eventoDao.FindAll());
 }