From 1a1c8e71fcd14858f595029f089b2d4a00202b32 Mon Sep 17 00:00:00 2001
From: ogi <Administrator@S-OGI-PC>
Date: Fri, 05 Dec 2025 09:24:16 +0900
Subject: [PATCH] プロジェクトファイルを追加。
---
HotelPms.Client.Blazor/wwwroot/sample-data/weather.json | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/HotelPms.Client.Blazor/wwwroot/sample-data/weather.json b/HotelPms.Client.Blazor/wwwroot/sample-data/weather.json
new file mode 100644
index 0000000..06463c0
--- /dev/null
+++ b/HotelPms.Client.Blazor/wwwroot/sample-data/weather.json
@@ -0,0 +1,27 @@
+[
+ {
+ "date": "2018-05-06",
+ "temperatureC": 1,
+ "summary": "Freezing"
+ },
+ {
+ "date": "2018-05-07",
+ "temperatureC": 14,
+ "summary": "Bracing"
+ },
+ {
+ "date": "2018-05-08",
+ "temperatureC": -13,
+ "summary": "Freezing"
+ },
+ {
+ "date": "2018-05-09",
+ "temperatureC": -16,
+ "summary": "Balmy"
+ },
+ {
+ "date": "2018-05-10",
+ "temperatureC": -2,
+ "summary": "Chilly"
+ }
+]
--
Gitblit v1.10.0