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.Data.Common/Auth/LoginResult.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/HotelPms.Data.Common/Auth/LoginResult.cs b/HotelPms.Data.Common/Auth/LoginResult.cs
new file mode 100644
index 0000000..6e6103c
--- /dev/null
+++ b/HotelPms.Data.Common/Auth/LoginResult.cs
@@ -0,0 +1,9 @@
+namespace HotelPms.Data.Common.Auth
+{
+    public class LoginResult
+    {
+        public bool Successful { get; set; }
+        public string Error { get; set; }
+        public string Token { get; set; }
+    }
+}

--
Gitblit v1.10.0