Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs =================================================================== diff -u -r258acae55e0ae70bcc094a2f7a577b7fbc8d8f2e -r40793165416093e9d2fefb6b12acf82fbd8a84c2 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision 258acae55e0ae70bcc094a2f7a577b7fbc8d8f2e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/AssessmentSectionCreateExtensions.cs (.../AssessmentSectionCreateExtensions.cs) (revision 40793165416093e9d2fefb6b12acf82fbd8a84c2) @@ -79,10 +79,10 @@ AddEntityForHydraulicDatabase(section, entity, registry); AddEntityForReferenceLine(section, entity); - BackgroundMapDataEntity backgroundMapDataEntity = section.BackgroundData.Create(); + BackgroundDataEntity backgroundMapDataEntity = section.BackgroundData.Create(); if (backgroundMapDataEntity != null) { - entity.BackgroundMapDataEntities.Add(backgroundMapDataEntity); + entity.BackgroundDataEntities.Add(backgroundMapDataEntity); } entity.FailureMechanismEntities.Add(section.PipingFailureMechanism.Create(registry));