Пример #1
0
 public JsonResult GetById(int id)
 {
     return(new JsonResult(_sensorDataService.GetById(id)));
 }