Exemplo n.º 1
0
 public VideoController(ICommandBus commandBus, IVideoRepository videoRepository, IVideo_IdiomaRepository video_IdiomaRepository)
 {
     this.commandBus             = commandBus;
     this.videoRepository        = videoRepository;
     this.video_IdiomaRepository = video_IdiomaRepository;
     log4net.Config.XmlConfigurator.Configure();
 }
 public DeleteVideo_IdiomaHandler(IVideo_IdiomaRepository Video_IdiomaRepository, IUnitOfWork unitOfWork)
 {
     this.Video_IdiomaRepository = Video_IdiomaRepository;
     this.unitOfWork             = unitOfWork;
 }