Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/AssemblyResultPerSectionMapContext.cs
===================================================================
diff -u -r57910b84a73a0bd6745e2adc4739971d3d6a9a21 -r3dc79ae8c5c8cce232f862de607231897a20518f
--- Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/AssemblyResultPerSectionMapContext.cs (.../AssemblyResultPerSectionMapContext.cs) (revision 57910b84a73a0bd6745e2adc4739971d3d6a9a21)
+++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/PresentationObjects/AssemblyResultPerSectionMapContext.cs (.../AssemblyResultPerSectionMapContext.cs) (revision 3dc79ae8c5c8cce232f862de607231897a20518f)
@@ -20,22 +20,21 @@
// All rights reserved.
using System;
-using Core.Common.Controls.PresentationObjects;
using Ringtoets.Integration.Data;
namespace Ringtoets.Integration.Forms.PresentationObjects
{
///
- /// Presentation object for presenting the category boundaries used in the overall assembly results of an .
+ /// Presentation object for presenting the assembly results of an on a per section basis on a map.
///
- public class AssemblyResultPerSectionMapContext : ObservableWrappedObjectContextBase
+ public class AssemblyResultPerSectionMapContext : AssemblyResultPerSectionContext
{
///
/// Creates a new instance of .
///
- /// The assessment section to present the overall assembly results for.
+ /// The assessment section to present the assembly results for on a per section basis on a map.
/// Thrown when is null.
- public AssemblyResultPerSectionMapContext(AssessmentSection assessmentSection)
+ public AssemblyResultPerSectionMapContext(AssessmentSection assessmentSection)
: base(assessmentSection) {}
}
}
\ No newline at end of file