public MrsRsrpStat QueryRsrpStat(int eNodebId, byte sectorId, DateTime statDate) { return(_rsrpRepository.Get(eNodebId + "-" + sectorId, statDate)); }
public CellMrsRsrpDto QueryRsrpStat(int eNodebId, byte sectorId, DateTime statDate) { return(CellMrsRsrpDto.ConstructView(_rsrpRepository.Get(eNodebId + "-" + sectorId, statDate), _eNodebRepository)); }