Index: Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityInwardsFailureMechanismSectionResult.cs =================================================================== diff -u -r8767bf4def15fc3152bab00df2e7ca1c76e64b18 -r11f0867b39150ae5fac83dc178a89fee46d27611 --- Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityInwardsFailureMechanismSectionResult.cs (.../MacrostabilityInwardsFailureMechanismSectionResult.cs) (revision 8767bf4def15fc3152bab00df2e7ca1c76e64b18) +++ Ringtoets/Integration/src/Ringtoets.Integration.Data/StandAlone/SectionResults/MacrostabilityInwardsFailureMechanismSectionResult.cs (.../MacrostabilityInwardsFailureMechanismSectionResult.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611) @@ -21,7 +21,6 @@ using System; using Core.Common.Base.Data; -using Core.Common.Base.Storage; using Ringtoets.Common.Data.FailureMechanism; using Ringtoets.Common.Data.Properties; @@ -31,7 +30,7 @@ /// This class holds information about the result of a calculation on section level for the /// Macrostability Inwards failure mechanism. /// - public class MacrostabilityInwardsFailureMechanismSectionResult : FailureMechanismSectionResult, IStorable + public class MacrostabilityInwardsFailureMechanismSectionResult : FailureMechanismSectionResult { private double assessmentLayerTwoA; @@ -77,7 +76,5 @@ /// Gets or sets the value of the tailored assessment of safety. /// public RoundedDouble AssessmentLayerThree { get; set; } - - public long StorageId { get; set; } } } \ No newline at end of file