public EventoController(ICommandBus commandBus, IEventoRepository eventoRepository, IEvento_IdiomaRepository evento_IdiomaRepository)
 {
     this.commandBus              = commandBus;
     this.eventoRepository        = eventoRepository;
     this.evento_IdiomaRepository = evento_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
Example #2
0
 public CreateOrUpdateEvento_IdiomaHandler(IEvento_IdiomaRepository Evento_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.Evento_IdiomaRepository = Evento_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }