Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/SoilProfileEntity.cs =================================================================== diff -u -rb6432b2cbcb2db9bd326d9f006fb2d8b2528d263 -rd3cfb50d8334298aff5314958fc9fa29846435a5 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/SoilProfileEntity.cs (.../SoilProfileEntity.cs) (revision b6432b2cbcb2db9bd326d9f006fb2d8b2528d263) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/SoilProfileEntity.cs (.../SoilProfileEntity.cs) (revision d3cfb50d8334298aff5314958fc9fa29846435a5) @@ -23,7 +23,7 @@ { StorageId = SoilProfileEntityId }; - collector.Add(this, pipingSoilProfile); + collector.Read(this, pipingSoilProfile); return pipingSoilProfile; } }