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