Exemplo n.º 1
0
 public SensorDataEntity GetLastSensorValue(string productName, string path) =>
 _database.GetLatestSensorValue(productName, path);