Initial commit
This commit is contained in:
12
Oqtane.Client/Modules/Weather/Models/WeatherForecast.cs
Normal file
12
Oqtane.Client/Modules/Weather/Models/WeatherForecast.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Oqtane.Client.Modules.Weather
|
||||
{
|
||||
public class WeatherForecast
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
public int TemperatureC { get; set; }
|
||||
public int TemperatureF { get; set; }
|
||||
public string Summary { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user