public UlOpenLoopPcService(IPowerControlULZteRepository ztePcRepository,
                            ICellUlpcCommRepository huaweiPcRepository, ICellHuaweiMongoRepository huaweiCellRepository,
                            IENodebRepository eNodebRepository)
 {
     _ztePcRepository      = ztePcRepository;
     _huaweiPcRepository   = huaweiPcRepository;
     _huaweiCellRepository = huaweiCellRepository;
     _eNodebRepository     = eNodebRepository;
 }
 public HuaweiUlOlPcQuery(ICellHuaweiMongoRepository huaweiCellRepository,
                          ICellUlpcCommRepository huaweiPcRepository, int eNodebId, byte sectorId)
     : base(huaweiCellRepository, eNodebId, sectorId)
 {
     _huaweiPcRepository = huaweiPcRepository;
 }