Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilLayerUpdateExtensions.cs =================================================================== diff -u -ra5714fc0488030773fff50dfc82041c6cb9edc2f -rbb04ea61be6e4ce94cb1453c4578b0e9256168c4 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilLayerUpdateExtensions.cs (.../PipingSoilLayerUpdateExtensions.cs) (revision a5714fc0488030773fff50dfc82041c6cb9edc2f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Update/Piping/PipingSoilLayerUpdateExtensions.cs (.../PipingSoilLayerUpdateExtensions.cs) (revision bb04ea61be6e4ce94cb1453c4578b0e9256168c4) @@ -61,7 +61,7 @@ SoilLayerEntity entity = layer.GetCorrespondingEntity( context.SoilLayerEntities, - o => o.SoilLayerEntityId); + context); entity.IsAquifer = Convert.ToByte(layer.IsAquifer); entity.Top = layer.Top;