Index: Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs =================================================================== diff -u -ra9aafffab97152303562110b1d789bacb465ce24 -r5ef5e3e186036b4985798236624d86b2801b87d3 --- Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (.../IAssessmentSection.cs) (revision a9aafffab97152303562110b1d789bacb465ce24) +++ Ringtoets/Common/src/Ringtoets.Common.Data/AssessmentSection/IAssessmentSection.cs (.../IAssessmentSection.cs) (revision 5ef5e3e186036b4985798236624d86b2801b87d3) @@ -31,19 +31,14 @@ /// /// Base implementation of assessment sections. /// - public interface IAssessmentSection : IObservable, IStorable + public interface IAssessmentSection : IComment, IObservable, IStorable { /// /// Gets or sets the name of the assessment section. /// string Name { get; set; } /// - /// Gets or sets the comments of the assessment section. - /// - string Comments { get; set; } - - /// /// Gets the composition of the assessment section, e.g. what type of elements can /// be found within the assessment section. ///