mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-25 18:02:03 -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 WindSpeedReading : ReadingBase
|
||||
{
|
||||
public WindSpeedReading(WeatherValueType valueType) : base(valueType)
|
||||
public WindSpeedReading() : base(WeatherValueType.WindSpeed)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user