Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r2ef5183542af0464fab4ebadb3a6c2c4f7ff46b7 -r36d4b4090a4169cc8d25ede0029a3244df8fe74d --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions.cs (.../MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions.cs) (revision 2ef5183542af0464fab4ebadb3a6c2c4f7ff46b7) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacrostabilityOutwards/MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions.cs (.../MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions.cs) (revision 36d4b4090a4169cc8d25ede0029a3244df8fe74d) @@ -23,22 +23,22 @@ using Application.Ringtoets.Storage.DbContext; using Ringtoets.Integration.Data.StandAlone.SectionResults; -namespace Application.Ringtoets.Storage.Create.MacrostabilityOutwards +namespace Application.Ringtoets.Storage.Create.MacroStabilityOutwards { /// /// Extension methods for related to creating a - /// . + /// . /// internal static class MacroStabilityOutwardsFailureMechanismSectionResultCreateExtensions { /// - /// Creates a based on the information of the . + /// Creates a based on the information of the . /// /// The result to create a database entity for. - /// A new . - internal static MacrostabilityOutwardsSectionResultEntity Create(this MacroStabilityOutwardsFailureMechanismSectionResult result) + /// A new . + internal static MacroStabilityOutwardsSectionResultEntity Create(this MacroStabilityOutwardsFailureMechanismSectionResult result) { - var sectionResultEntity = new MacrostabilityOutwardsSectionResultEntity + var sectionResultEntity = new MacroStabilityOutwardsSectionResultEntity { LayerOne = Convert.ToByte(result.AssessmentLayerOne), LayerTwoA = result.AssessmentLayerTwoA.ToNaNAsNull(),