public CategoriaFotoController(ICommandBus commandBus, ICategoriaFotoRepository categoriafotoRepository, ICategoriaFoto_IdiomaRepository categoriafoto_IdiomaRepository)
 {
     this.commandBus = commandBus;
     this.categoriafotoRepository        = categoriafotoRepository;
     this.categoriafoto_IdiomaRepository = categoriafoto_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
示例#2
0
 public CreateOrUpdateCategoriaFoto_IdiomaHandler(ICategoriaFoto_IdiomaRepository CategoriaFoto_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.CategoriaFoto_IdiomaRepository = CategoriaFoto_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }