Example #1
0
 public IEnumerable <CellRruView> Get(string stationNum)
 {
     return(_service.GetByStationNum(stationNum));
 }