Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -ra23cff5445d53b381fd72f50a0d9b6c200cbcd69 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensions.cs (.../HeightStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/HeightStructures/HeightStructuresFailureMechanismSectionResultCreateExtensions.cs (.../HeightStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision a23cff5445d53b381fd72f50a0d9b6c200cbcd69) @@ -21,24 +21,27 @@ using System; using Application.Ringtoets.Storage.DbContext; +using Ringtoets.Common.Data.Structures; using Ringtoets.HeightStructures.Data; namespace Application.Ringtoets.Storage.Create.HeightStructures { /// - /// Extension methods for related to creating a + /// Extension methods for related to creating a /// . /// internal static class HeightStructuresFailureMechanismSectionResultCreateExtensions { /// - /// Creates a based on the information of the . + /// Creates a based on the information of the + /// . /// /// The result to create a database entity for. /// The object keeping track of create operations. /// A new . /// Thrown when is null. - internal static HeightStructuresSectionResultEntity Create(this HeightStructuresFailureMechanismSectionResult result, PersistenceRegistry registry) + internal static HeightStructuresSectionResultEntity Create(this StructuresFailureMechanismSectionResult result, + PersistenceRegistry registry) { if (registry == null) {