mirror of
https://github.com/QuotifyTeam/QuotifyBE.git
synced 2025-12-17 05:40:07 +01:00
chore: commit files from an ASP.NET template
This commit is contained in:
13
WeatherForecast.cs
Normal file
13
WeatherForecast.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace QuotifyBE
|
||||
{
|
||||
public class WeatherForecast
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
|
||||
|
||||
public string? Summary { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user