remove weatherforecast

This commit is contained in:
Kruille 2026-02-18 11:37:27 +01:00
parent 7c0030b088
commit d951bd625a
2 changed files with 0 additions and 16 deletions

View file

@ -1,6 +1,3 @@
@RegistrationAPI_HostAddress = http://localhost:5063 @RegistrationAPI_HostAddress = http://localhost:5063
GET {{RegistrationAPI_HostAddress}}/weatherforecast/
Accept: application/json
###

View file

@ -1,13 +0,0 @@
namespace RegistrationAPI;
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; }
}