public FabricanteController(ICommandBus commandBus, IFabricanteRepository fabricanteRepository, IFabricante_IdiomaRepository fabricante_IdiomaRepository)
 {
     this.commandBus                  = commandBus;
     this.fabricanteRepository        = fabricanteRepository;
     this.fabricante_IdiomaRepository = fabricante_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
 public DeleteFabricante_IdiomaHandler(IFabricante_IdiomaRepository Fabricante_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.Fabricante_IdiomaRepository = Fabricante_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }