Пример #1
0
 public JsonResult GetList()
 {
     return(new JsonResult(_sensorDataService.GetAll()));
 }