format
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user