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/_Imports.razor | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/HotelPms.Client.Blazor/_Imports.razor b/HotelPms.Client.Blazor/_Imports.razor new file mode 100644 index 0000000..59fa665 --- /dev/null +++ b/HotelPms.Client.Blazor/_Imports.razor @@ -0,0 +1,19 @@ +@using System.Net.Http +@using System.Net.Http.Json +@using Microsoft.AspNetCore.Components.Forms +@using Microsoft.AspNetCore.Components.Routing +@using Microsoft.AspNetCore.Components.Web +@using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.AspNetCore.Components.WebAssembly.Http +@using Microsoft.JSInterop +@using MudBlazor +@using HotelPms.Client.Blazor +@using HotelPms.Client.Blazor.Shared +@using Grpc.Net.Client +@using System.Data +@using HotelPms.Data +@using HotelPms.Data.Client +@using HotelPms.DataAccessGrpc.Client +@using HotelPms.Client.Blazor.Dialog +@using HotelPms.Client.Blazor.Util +@using HotelPms.Share.Util \ No newline at end of file -- Gitblit v1.10.0