Ejemplo n.º 1
0
 public Evento GetEventoById(int id)
 {
     return(_eventoService.GetEventoById(id));
 }