Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r481507356af9b0ed7ed0de2493275a6f8c2f47ea -r489cbf6d1e84948fe927655e1a9bd4fcb4968bfe --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 481507356af9b0ed7ed0de2493275a6f8c2f47ea) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 489cbf6d1e84948fe927655e1a9bd4fcb4968bfe) @@ -47,7 +47,7 @@ var sectionResultEntity = new ClosingStructuresSectionResultEntity { LayerOne = Convert.ToByte(result.AssessmentLayerOne), - LayerThree = result.AssessmentLayerThree.Value.ToNaNAsNull() + LayerThree = result.AssessmentLayerThree.ToNaNAsNull() }; if (result.Calculation != null) {