Esempio n. 1
0
 public TipoColeccionCalendarioController(ICommandBus commandBus, ITipoColeccionCalendarioRepository tipocoleccioncalendarioRepository, ITipoColeccionCalendario_IdiomaRepository tipocoleccioncalendario_IdiomaRepository)
 {
     this.commandBus = commandBus;
     this.tipocoleccioncalendarioRepository        = tipocoleccioncalendarioRepository;
     this.tipocoleccioncalendario_IdiomaRepository = tipocoleccioncalendario_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
Esempio n. 2
0
 public DeleteTipoColeccionCalendario_IdiomaHandler(ITipoColeccionCalendario_IdiomaRepository TipoColeccionCalendario_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.TipoColeccionCalendario_IdiomaRepository = TipoColeccionCalendario_IdiomaRepository;
     this.unitOfWork = unitOfWork;
 }