Example #1
0
 public List <Evento> Get()
 {
     return(_repositorio.SelecionarTodos());
 }