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 RainReading : ReadingBase
|
||||
{
|
||||
public RainReading(WeatherValueType valueType) : base(valueType)
|
||||
public RainReading() : base(WeatherValueType.Rain)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user