From e327ebea3f20ce7a036fa786d785e4fb78db9b9a Mon Sep 17 00:00:00 2001 From: Kojo Date: Thu, 31 Jul 2025 14:31:17 +0200 Subject: [PATCH] OwnSoftTest5Mrd: Namespace korrigiert --- .../OwnSoftTest5Mrd/Invoicing/SettlementInvoiceCreation.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ReportImp/OwnSoftTest5Mrd/Invoicing/SettlementInvoiceCreation.cs b/ReportImp/OwnSoftTest5Mrd/Invoicing/SettlementInvoiceCreation.cs index b704e6a77..7971ebd8c 100644 --- a/ReportImp/OwnSoftTest5Mrd/Invoicing/SettlementInvoiceCreation.cs +++ b/ReportImp/OwnSoftTest5Mrd/Invoicing/SettlementInvoiceCreation.cs @@ -1,9 +1,8 @@ using BeWo.Data.Entities; -using BeWo.Service.DCEntityMapper; using BeWo.Service.Invoicing; using BS.Shared.DataContracts; -namespace ZukunftLeben.Invoicing +namespace OwnSoftTest5Mrd.Invoicing { public class CustomSettlementInvoiceCreation : SettlementInvoiceCreation