mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-13 17:23:11 -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 TemperatureReading : ReadingBase
|
||||
{
|
||||
public TemperatureReading(WeatherValueType valueType) : base(valueType)
|
||||
public TemperatureReading() : base(WeatherValueType.Temperature)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user