Beispiel #1
0
 public CellStatMysql Get(int eNodebId, short pci, DateTime date)
 {
     return(_service.QueryCellStat(eNodebId, pci, date));
 }