Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r52bce8b206b1c171b7590763a725271e9bd974a7 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Create/ClosingStructures/ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs (.../ClosingStructuresFailureMechanismSectionResultCreateExtensions.cs) (revision 52bce8b206b1c171b7590763a725271e9bd974a7) @@ -22,23 +22,24 @@ using System; using Application.Ringtoets.Storage.DbContext; using Ringtoets.ClosingStructures.Data; +using Ringtoets.Common.Data.Structures; namespace Application.Ringtoets.Storage.Create.ClosingStructures { /// - /// Extension methods for related to creating a + /// Extension methods for related to creating a /// . /// internal static class ClosingStructuresFailureMechanismSectionResultCreateExtensions { /// - /// 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 ClosingStructuresSectionResultEntity Create(this ClosingStructuresFailureMechanismSectionResult result, PersistenceRegistry registry) + internal static ClosingStructuresSectionResultEntity Create(this StructuresFailureMechanismSectionResult result, PersistenceRegistry registry) { if (registry == null) {