NameSpace Fix

This commit is contained in:
2025-06-05 14:48:51 +02:00
parent 76f8107537
commit 7fcfd41654
21 changed files with 35 additions and 35 deletions

View File

@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<NameOfLastUsedPublishProfile>BeWo2.0</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress>false</Use64BitIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />

View File

@@ -7,7 +7,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
using BS.Shared.Extensions;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactCustomerDC_Customer : AbstractIDCEntityMapper<Customer, CompactCustomerDC>
{

View File

@@ -5,7 +5,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactCustomerDC_CustomerCompact : AbstractIDCEntityMapper<Customer, CompactCustomerDC>
{

View File

@@ -4,7 +4,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactCustomerTeamDC_CustomerTeam : AbstractIDCEntityMapper<CustomerTeam, CompactCustomerTeamDC>
{

View File

@@ -4,7 +4,7 @@ using System.Linq;
using BS.Shared.DataContracts.Compact;
using System.Collections.Generic;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactEmployeeDC_Employee : AbstractIDCEntityMapper<Employee, CompactEmployeeDC>
{

View File

@@ -4,7 +4,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactGroupOfPeopleDC_GroupOfPeople : AbstractIDCEntityMapper<GroupOfPeople, CompactGroupOfPeopleDC>
{

View File

@@ -10,7 +10,7 @@ using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Light;
using DevExpress.CodeParser;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactInvoiceBaseDC_InvoiceBase : AbstractIDCEntityMapper<InvoiceBase, CompactInvoiceBaseDC>
{

View File

@@ -8,7 +8,7 @@ using BS.Shared;
using BS.Shared.DataContracts.Compact;
using BS.Shared.Extensions;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactOrganisationDC_Organisation : AbstractIDCEntityMapper<Organisation, CompactOrganisationDC>
{

View File

@@ -3,7 +3,7 @@
using BS.Shared.DataContracts.Compact;
using System.Collections.Generic;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactPersonDC_Person : AbstractIDCEntityMapper<Person, CompactPersonDC>
{

View File

@@ -4,7 +4,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactSupportConceptDC_SupportConcept : AbstractIDCEntityMapper<SupportConcept, CompactSupportConceptDC>
{

View File

@@ -4,7 +4,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactTeamDC_Team : AbstractIDCEntityMapper<Team, CompactTeamDC>
{

View File

@@ -3,7 +3,7 @@ using BeWo.Data.Entities;
using System.Linq;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactTokenDC_Token : AbstractIDCEntityMapper<Token, CompactTokenDC>
{

View File

@@ -4,7 +4,7 @@ using BeWo.Data.Entities;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactUserDC_ApplicationUser : AbstractIDCEntityMapper<ApplicationUser, CompactUserDC>
{

View File

@@ -5,7 +5,7 @@ using System.Linq;
using BS.Shared.DataContracts;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactVertreterEmployeeDC_VertreterEmployee : AbstractIDCEntityMapper<Employee, CompactVertreterEmployeeDC>
{

View File

@@ -3,7 +3,7 @@ using BeWo.Data.Entities;
using System.Linq;
using BS.Shared.DataContracts.Compact;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper
{
public class CompactWohnheimDC_Wohnheim : AbstractIDCEntityMapper<Wohnheim, CompactWohnheimDC>
{

View File

@@ -12,7 +12,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper.Light
{
public class GkvAbrechnungLightDC_GkvAbrechnungLight : AbstractIDCEntityMapper<GkvAbrechnungLight, GkvAbrechnungLightDC>
{

View File

@@ -10,7 +10,7 @@ using System;
using System.Collections.Generic;
using System.Linq;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper.Light
{
public class GkvTransferProtokollLightDC_GkvTransferprotokollLight : AbstractIDCEntityMapper<GkvTransferProtokollLight, GkvTransferProtokollLightDC>
{

View File

@@ -10,7 +10,7 @@ using BS.Shared.Extensions;
using BS.Shared.DataContracts.Light;
using BeWo.Data.Entities.Light;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper.Light
{
public class InvoiceBaseLightDC_InvoiceBaseLight : AbstractIDCEntityMapper<InvoiceBaseLight, InvoiceBaseLightDC>
{

View File

@@ -10,7 +10,7 @@ using BS.Shared.Extensions;
using BS.Shared.DataContracts.Light;
using BeWo.Data.Entities.Light;
namespace BeWo.Service.DCEntityMapper.Compact
namespace BeWo.Service.DCEntityMapper.Light
{
public class OrganisationLightDC_OrganisationLight : AbstractIDCEntityMapper<OrganisationLight, OrganisationLightDC>
{

View File

@@ -1,4 +1,4 @@
using BeWo.Service.DCEntityMapper.Compact;
using BeWo.Service.DCEntityMapper.Light;
namespace BeWo.Service.DCEntityMapper
{

View File

@@ -244,7 +244,7 @@
<Compile Include="DCEntityMapper\AiModelDC_AiModel.cs" />
<Compile Include="DCEntityMapper\BankAccountDC_BankAccount.cs" />
<Compile Include="DCEntityMapper\BargeldtransaktionshistoryDC_Bargeldtransaktionshistory.cs" />
<Compile Include="DCEntityMapper\Compact\CompactInvoiceBaseDC_InvoiceBase.cs" />
<Compile Include="DCEntityMapper\CompactInvoiceBaseDC_InvoiceBase.cs" />
<Compile Include="DCEntityMapper\Light\GkvAbrechnungLightDC_GkvAbrechnungLight.cs" />
<Compile Include="DCEntityMapper\ConfirmationReceiptSignatureDC_ConfirmationReceiptSignature.cs" />
<Compile Include="DCEntityMapper\CustomerVermittlungArbeitDC_CustomerVermittlungArbeit.cs" />
@@ -286,7 +286,7 @@
<Compile Include="DCEntityMapper\BargeldtransaktionDC_Bargeldtransaktion.cs" />
<Compile Include="DCEntityMapper\BeWoFolderDC_BeWoFolder.cs" />
<Compile Include="DCEntityMapper\BeWoMobilBrowserInfoDC_BeWoMobilBrowserInfo.cs" />
<Compile Include="DCEntityMapper\Compact\CompactCustomerTeamDC_CustomerTeam.cs" />
<Compile Include="DCEntityMapper\CompactCustomerTeamDC_CustomerTeam.cs" />
<Compile Include="DCEntityMapper\CustomerTeamDC_CustomerTeam.cs" />
<Compile Include="DCEntityMapper\CustomerTeamRelDC_Team2CustomerMapper.cs" />
<Compile Include="DCEntityMapper\DarreichungsformDC_Darreichungsform.cs" />
@@ -301,13 +301,13 @@
<Compile Include="DCEntityMapper\AbstractIDCEntityMapper.cs" />
<Compile Include="DCEntityMapper\AccountingTransactionDC_AccountingTransaction.cs" />
<Compile Include="DCEntityMapper\BookingSequenceDC_ResourceBookingSequence.cs" />
<Compile Include="DCEntityMapper\Compact\CompactCustomerDC_Customer.cs" />
<Compile Include="DCEntityMapper\Compact\CompactEmployeeDC_Employee.cs" />
<Compile Include="DCEntityMapper\Compact\CompactOrganisationDC_Organisation.cs" />
<Compile Include="DCEntityMapper\Compact\CompactPersonDC_Person.cs" />
<Compile Include="DCEntityMapper\Compact\CompactSupportConceptDC_SupportConcept.cs" />
<Compile Include="DCEntityMapper\Compact\CompactTeamDC_Team.cs" />
<Compile Include="DCEntityMapper\Compact\CompactUserDC_ApplicationUser.cs" />
<Compile Include="DCEntityMapper\CompactCustomerDC_Customer.cs" />
<Compile Include="DCEntityMapper\CompactEmployeeDC_Employee.cs" />
<Compile Include="DCEntityMapper\CompactOrganisationDC_Organisation.cs" />
<Compile Include="DCEntityMapper\CompactPersonDC_Person.cs" />
<Compile Include="DCEntityMapper\CompactSupportConceptDC_SupportConcept.cs" />
<Compile Include="DCEntityMapper\CompactTeamDC_Team.cs" />
<Compile Include="DCEntityMapper\CompactUserDC_ApplicationUser.cs" />
<Compile Include="DCEntityMapper\ContactDC_Contact.cs" />
<Compile Include="DCEntityMapper\CostRatePeriodDC_CostRatePeriod.cs" />
<Compile Include="DCEntityMapper\CustomerCostBearerRelDC_Customer2CostBearer.cs" />
@@ -327,20 +327,20 @@
<Compile Include="DCEntityMapper\AppointmentDC_Appointment.cs" />
<Compile Include="DCEntityMapper\AbsenceTimeDC_AppointmentAbsenceTime.cs" />
<Compile Include="DCEntityMapper\CustomerOrganisationRelationDC_Customer2Organisation.cs" />
<Compile Include="DCEntityMapper\Compact\CompactGroupOfPeopleDC_GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\CompactGroupOfPeopleDC_GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\GroupOfPeopleDC_GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\Compact\CompactCustomerDC_CustomerCompact.cs" />
<Compile Include="DCEntityMapper\Compact\CompactWohnheimDC_Wohnheim.cs" />
<Compile Include="DCEntityMapper\CompactCustomerDC_CustomerCompact.cs" />
<Compile Include="DCEntityMapper\CompactWohnheimDC_Wohnheim.cs" />
<Compile Include="DCEntityMapper\CustomerAPPCodeDC_CustomerAPPCode.cs" />
<Compile Include="DCEntityMapper\EmployeeAPPCodeDC_EmployeeAPPCode.cs" />
<Compile Include="DCEntityMapper\ChatMessageDC_ChatMessage.cs" />
<Compile Include="DCEntityMapper\ChatMediaMessageDC_ChatMediaMessage.cs" />
<Compile Include="DCEntityMapper\ArbeitszeitDC_Arbeitszeit.cs" />
<Compile Include="DCEntityMapper\ArbeitszeitEintragDC_ArbeitszeitEintrag.cs" />
<Compile Include="DCEntityMapper\Compact\CompactVertreterEmployeeDC_VertreterEmployee.cs" />
<Compile Include="DCEntityMapper\CompactVertreterEmployeeDC_VertreterEmployee.cs" />
<Compile Include="DCEntityMapper\CustomerTokenRelationDC_Customer2Token.cs" />
<Compile Include="DCEntityMapper\EmployeeTokenRelationDC_Employee2Token.cs" />
<Compile Include="DCEntityMapper\Compact\CompactTokenDC_Token.cs" />
<Compile Include="DCEntityMapper\CompactTokenDC_Token.cs" />
<Compile Include="DCEntityMapper\ChatBewoMessageSyncDC_ChatBewoMessageSync.cs" />
<Compile Include="DCEntityMapper\BudgetDC_Budget.cs" />
<Compile Include="DCEntityMapper\QuittierungsCheckDC_QuittierungsCheck.cs" />