public TipoEventoController(ICommandBus commandBus, ITipoEventoRepository tipoeventoRepository, ITipoEvento_IdiomaRepository tipoevento_IdiomaRepository) { this.commandBus = commandBus; this.tipoeventoRepository = tipoeventoRepository; this.tipoevento_IdiomaRepository = tipoevento_IdiomaRepository; log4net.Config.XmlConfigurator.Configure(); }
public CreateOrUpdateTipoEvento_IdiomaHandler(ITipoEvento_IdiomaRepository TipoEvento_IdiomaRepository, IUnitOfWork unitOfWork) { this.TipoEvento_IdiomaRepository = TipoEvento_IdiomaRepository; this.unitOfWork = unitOfWork; }