remove weatherforecast
This commit is contained in:
parent
7c0030b088
commit
d951bd625a
2 changed files with 0 additions and 16 deletions
|
|
@ -1,6 +1,3 @@
|
|||
@RegistrationAPI_HostAddress = http://localhost:5063
|
||||
|
||||
GET {{RegistrationAPI_HostAddress}}/weatherforecast/
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue