mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-02-16 10:58:33 -05:00
- Stop storing history in memory
- Add start/end dates to history requests - Cleanup
This commit is contained in:
@@ -5,7 +5,7 @@ namespace WeatherService.Values
|
||||
[DataContract]
|
||||
public class PressureReading : ReadingBase
|
||||
{
|
||||
public PressureReading(WeatherValueType valueType) : base(valueType)
|
||||
public PressureReading() : base(WeatherValueType.Pressure)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user