Exemplo n.º 1
0
 public EventoController(IEventoServicio eventoServicio, IHelperEmpresa helperEmpresa, IHelperEstablecimiento helperEstablecimiento, IHelperDisertante helperDisertante, IHelperSala helperSala, IHelperActividad helperActividad)
 {
     _eventoServicio        = eventoServicio;
     _helperEmpresa         = helperEmpresa;
     _helperEstablecimiento = helperEstablecimiento;
     _helperDisertante      = helperDisertante;
     _helperSala            = helperSala;
     _helperActividad       = helperActividad;
 }
 public ActividadController(IActividadServicio actividadServicio, IHelperSala helperSala, IHelperDisertante helperDisertante)
 {
     _actividadServicio = actividadServicio;
     _helperSala        = helperSala;
     _helperDisertante  = helperDisertante;
 }