Ejemplo n.º 1
0
 public CollectedData(ISensor sensor)
 {
     this.SensorType = sensor.Type;
     this.Value      = sensor.ECUValueToSensorValue();
     this.DateTime   = DateTime.Now;
 }