Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
 public CreateOrUpdateTipoEvento_IdiomaHandler(ITipoEvento_IdiomaRepository TipoEvento_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.TipoEvento_IdiomaRepository = TipoEvento_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }