Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensions.cs =================================================================== diff -u -rc1c81cee1457b554326702ab7fa73f1539fe3b4a -rf909c714921a6c7c24772a7510ce5ad134f70cf5 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensions.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensions.cs) (revision c1c81cee1457b554326702ab7fa73f1539fe3b4a) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/MacroStabilityInwards/MacroStabilityInwardsFailureMechanismCreateExtensions.cs (.../MacroStabilityInwardsFailureMechanismCreateExtensions.cs) (revision f909c714921a6c7c24772a7510ce5ad134f70cf5) @@ -52,9 +52,9 @@ { foreach (MacroStabilityInwardsFailureMechanismSectionResult failureMechanismSectionResult in sectionResults) { - MacrostabilityInwardsSectionResultEntity sectionResultEntity = failureMechanismSectionResult.Create(); + MacroStabilityInwardsSectionResultEntity sectionResultEntity = failureMechanismSectionResult.Create(); FailureMechanismSectionEntity section = registry.Get(failureMechanismSectionResult.Section); - section.MacrostabilityInwardsSectionResultEntities.Add(sectionResultEntity); + section.MacroStabilityInwardsSectionResultEntities.Add(sectionResultEntity); } } }