Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r1122c77d39fb41b02f4ea32a269884ca1ea5ad5e -r489cbf6d1e84948fe927655e1a9bd4fcb4968bfe --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs) (revision 1122c77d39fb41b02f4ea32a269884ca1ea5ad5e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/WaveImpactAsphaltCover/WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs (.../WaveImpactAsphaltCoverFailureMechanismSectionResultCreateExtensions.cs) (revision 489cbf6d1e84948fe927655e1a9bd4fcb4968bfe) @@ -42,7 +42,7 @@ { LayerOne = Convert.ToByte(result.AssessmentLayerOne), LayerTwoA = Convert.ToByte(result.AssessmentLayerTwoA), - LayerThree = result.AssessmentLayerThree.Value.ToNaNAsNull() + LayerThree = result.AssessmentLayerThree.ToNaNAsNull() }; return sectionResultEntity;