예제 #1
0
 public EventosController()
 {
     servicioEventos = new ServicioEventos();
 }
예제 #2
0
 public BuscarController()
 {
     servicioEventos = new ServicioEventos();
 }
예제 #3
0
 // GET: Administracion/Eventos
 public EventosController()
 {
     this.eventos = new ServicioEventos();
 }