public LiveTvBroadCastManager(ILiveTvBroadCastDal liveTvBrodcastDal, IMapper mapper, IHttpContextAccessor httpContextAccessor,
                               ILiveTvBroadCastSubScreenDal liveTvBroadCastSubScreenDal)
 {
     this.httpContextAccessor         = httpContextAccessor;
     this.liveTvBroadCastSubScreenDal = liveTvBroadCastSubScreenDal;
     this.mapper            = mapper;
     this.liveTvBrodcastDal = liveTvBrodcastDal;
 }
Пример #2
0
 public LiveTvBroadCastSubScreenManager(ILiveTvBroadCastDal liveTvBroadCastDal,
                                        IMapper mapper, ISubSCreenDal subSCreenDal,
                                        IScreenDal screenDal,
                                        ILiveTvBroadCastSubScreenDal liveTvBroadCastSubScreenDal)
 {
     this.screenDal = screenDal;
     this.liveTvBroadCastSubScreenDal = liveTvBroadCastSubScreenDal;
     this.mapper             = mapper;
     this.subSCreenDal       = subSCreenDal;
     this.liveTvBroadCastDal = liveTvBroadCastDal;
 }