Remove default Blazor stuff
This commit is contained in:
parent
3a7bf8c57d
commit
c8501298f7
8 changed files with 1 additions and 153 deletions
|
|
@ -1,15 +0,0 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Start.Shared {
|
||||
public class WeatherForecast {
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
public string? Summary { get; set; }
|
||||
|
||||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue