Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/HeightStructuresSectionResultEntityReadExtensions.cs =================================================================== diff -u -r7f759fbabca9c41e75d229269f1b21581b373b5f -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/HeightStructuresSectionResultEntityReadExtensions.cs (.../HeightStructuresSectionResultEntityReadExtensions.cs) (revision 7f759fbabca9c41e75d229269f1b21581b373b5f) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/HeightStructuresSectionResultEntityReadExtensions.cs (.../HeightStructuresSectionResultEntityReadExtensions.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -46,7 +46,6 @@ { throw new ArgumentNullException("sectionResult"); } - sectionResult.StorageId = entity.HeightStructuresSectionResultEntityId; sectionResult.AssessmentLayerOne = Convert.ToBoolean(entity.LayerOne); sectionResult.AssessmentLayerThree = (RoundedDouble) entity.LayerThree.ToNullAsNaN(); }