Ejemplo n.º 1
0
 public IEnumerable <CellView> Get(int eNodebId, byte sectorId, short pci)
 {
     return(_service.GetNearbyCellsWithPci(eNodebId, sectorId, pci));
 }