Удалил лишнее

This commit is contained in:
2026-08-09 04:14:52 +03:00
parent e474fb98c8
commit 00ff083a76
2 changed files with 0 additions and 38 deletions
@@ -1,12 +0,0 @@
namespace MonitorPanel.Core.Models;
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; }
}