From 734ab94a74f668fabd0a3512c52385fe1c535706 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 14 三月 2025 16:27:52 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi --- LifePayment/LifePayment.Application/User/AccountService.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/LifePayment/LifePayment.Application/User/AccountService.cs b/LifePayment/LifePayment.Application/User/AccountService.cs index c6c47e0..948e4ee 100644 --- a/LifePayment/LifePayment.Application/User/AccountService.cs +++ b/LifePayment/LifePayment.Application/User/AccountService.cs @@ -19,13 +19,10 @@ public AccountService( - IRepository<LifePayUser, Guid> lifePayUserRepository ) { - _lifePayUserRepository = lifePayUserRepository; - } #region 鏌ヨ -- Gitblit v1.9.1