NameSpace Fix
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
@@ -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>
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using BeWo.Service.DCEntityMapper.Compact;
|
||||
using BeWo.Service.DCEntityMapper.Light;
|
||||
|
||||
namespace BeWo.Service.DCEntityMapper
|
||||
{
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user