This commit is contained in:
2024-07-15 13:19:57 +02:00
parent 6ca13995c1
commit 5f634b3790
2 changed files with 0 additions and 7 deletions

View File

@@ -138,7 +138,6 @@ namespace BeWo.ViewModel.ListViewModel
#endregion
#region Public Methods
public VMType AddNewVMToList()
{
@@ -199,9 +198,6 @@ namespace BeWo.ViewModel.ListViewModel
return this._DCBackup.Where(dc => !this._VMList.Select(vm => vm.DataContract).Contains(dc)).ToList();
}
#endregion
#region Methods
protected virtual VMType CreateVM(DCType pDC)
{
@@ -209,7 +205,5 @@ namespace BeWo.ViewModel.ListViewModel
return lConstr.Invoke(new object[] { pDC }) as VMType;
}
#endregion
}
}

View File

@@ -14,7 +14,6 @@ namespace BeWo.Service.DCEntityMapper
public override WohneinheitBelegungDC MergeWithDC(WohneinheitBelegung pEntity, WohneinheitBelegungDC pDataContract)
{
pDataContract.Customer = MapperFactory.CustomerDC_Customer.MapToNewDC(pEntity.Customer);
pDataContract.Wohneinheit = pEntity.Wohneinheit.Oid.Value;
pDataContract.Oid = pEntity.Oid;