加入專案檔案。
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace CoreProfilerExample.Repository.Models.DataModels
|
||||
{
|
||||
public class WeatherForecastDataModel
|
||||
{
|
||||
public DateOnly Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
public string? Summary { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user