mirror of
https://github.com/ckaczor/WeatherService.git
synced 2026-01-14 01:25:43 -05:00
Initial commit
This commit is contained in:
12
Values/HumidityReading.cs
Normal file
12
Values/HumidityReading.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Runtime.Serialization;
|
||||
|
||||
namespace WeatherService.Values
|
||||
{
|
||||
[DataContract]
|
||||
public class HumidityReading : ReadingBase
|
||||
{
|
||||
public HumidityReading(WeatherValueType valueType) : base(valueType)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user