From d248bd2d5c00c359edc015f15ce0c36b50e84855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=20=E8=B5=B5?= <89237069@qq.com> Date: Tue, 25 Jul 2023 15:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=80=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs index 5a96557a..4cfbcb5d 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/INV_MNG.cs @@ -28,7 +28,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers private readonly CAN_SA_MNG _pubMng; private readonly CAN_SA_MNG _bbacMng; private readonly CAN_SA_MNG _hbpoMng; - public INV_MNG ( CAN_SA_MNG pubMng, @@ -39,7 +38,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers INormalEfCoreRepository groupRepository, INormalEfCoreRepository detailRepository, INormalEfCoreRepository notRepository - ) { //_canRepository = canRepository; @@ -50,7 +48,6 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers _pubMng = pubMng; _bbacMng = bbacMng; _hbpoMng = hbpoMng; - } public INV_MNG()