Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -r560ea9f96409cc65f4666adf212a1c135c5e626f --- Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs (.../ClosingStructuresSectionResultEntityReadExtensions.cs) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Read/ClosingStructures/ClosingStructuresSectionResultEntityReadExtensions.cs (.../ClosingStructuresSectionResultEntityReadExtensions.cs) (revision 560ea9f96409cc65f4666adf212a1c135c5e626f) @@ -24,25 +24,26 @@ using Core.Common.Base.Data; using Ringtoets.ClosingStructures.Data; using Ringtoets.Common.Data.FailureMechanism; +using Ringtoets.Common.Data.Structures; namespace Application.Ringtoets.Storage.Read.ClosingStructures { /// - /// This class defines extension methods for read operations for a based on the + /// This class defines extension methods for read operations for a based on the /// . /// internal static class ClosingStructuresSectionResultEntityReadExtensions { /// /// Reads the and use the information to update a - /// . + /// . /// - /// The to create for. + /// The to create for. /// The target of the read operation. /// The object keeping track of read operations. - /// A new . + /// A new . /// Thrown when any input parameter is null. - internal static void Read(this ClosingStructuresSectionResultEntity entity, ClosingStructuresFailureMechanismSectionResult sectionResult, + internal static void Read(this ClosingStructuresSectionResultEntity entity, StructuresFailureMechanismSectionResult sectionResult, ReadConversionCollector collector) { if (sectionResult == null)