public EntidadController(ICommandBus commandBus, IEntidadRepository entidadRepository, IEntidad_IdiomaRepository entidad_IdiomaRepository)
 {
     this.commandBus               = commandBus;
     this.entidadRepository        = entidadRepository;
     this.entidad_IdiomaRepository = entidad_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
Example #2
0
 public DeleteEntidad_IdiomaHandler(IEntidad_IdiomaRepository Entidad_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.Entidad_IdiomaRepository = Entidad_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }