From b4f4b640ac62bf583e25512656ac92bb09872b8a Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期五, 04 八月 2023 09:38:10 +0800 Subject: [PATCH] 增加用户详情, --- DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/IUserService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/ILoginVerifyService.cs b/DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/IUserService.cs similarity index 83% rename from DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/ILoginVerifyService.cs rename to DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/IUserService.cs index da67b06..6ef0df2 100644 --- a/DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/ILoginVerifyService.cs +++ b/DocumentServiceAPI.Application/UserAndLogin/Services/Interfaces/IUserService.cs @@ -6,7 +6,7 @@ namespace DocumentServiceAPI.Application.UserAndLogin.Services.Interfaces { - public interface ILoginVerifyService + public interface IUserService { } } -- Gitblit v1.9.1