Remove default Blazor stuff

This commit is contained in:
Neil Brommer 2021-11-29 21:34:42 -08:00
parent 3a7bf8c57d
commit c8501298f7
8 changed files with 1 additions and 153 deletions

View file

@ -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);
}
}