From f91373c6f6c5b079fa730cbb8ab23e3eeb22f55c Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期一, 17 三月 2025 17:56:40 +0800 Subject: [PATCH] 添加用户 --- LifePayment/LifePayment.Application/User/AccountService.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Application/User/AccountService.cs b/LifePayment/LifePayment.Application/User/AccountService.cs index 3f8cd2e..96b3ae8 100644 --- a/LifePayment/LifePayment.Application/User/AccountService.cs +++ b/LifePayment/LifePayment.Application/User/AccountService.cs @@ -33,6 +33,7 @@ IWxManager wxManager, IConfiguration configuration, IIdentityModelAuthenticationService authenticator, + IRepository<User, Guid> userRepository, IIdentityUserAppService identityUserService, IRepository<LifePayUser, Guid> lifePayUserRepository) { @@ -41,6 +42,7 @@ _identityUserService = identityUserService; _lifePayUserRepository = lifePayUserRepository; _authenticator = authenticator; + _userRepository = userRepository; } #region 鏌ヨ -- Gitblit v1.9.1