From 6b5c0022a6fdf5c3026650d231530ff6b32a72b4 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期五, 14 三月 2025 16:20:51 +0800
Subject: [PATCH] 添加配置

---
 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