Index: Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs
===================================================================
diff -u -rb6432b2cbcb2db9bd326d9f006fb2d8b2528d263 -r11f0867b39150ae5fac83dc178a89fee46d27611
--- Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision b6432b2cbcb2db9bd326d9f006fb2d8b2528d263)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Data/StochasticSoilProfile.cs (.../StochasticSoilProfile.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611)
@@ -19,15 +19,14 @@
// Stichting Deltares and remain full property of Stichting Deltares at all times.
// All rights reserved.
-using Core.Common.Base.Storage;
using Ringtoets.Piping.Primitives;
namespace Ringtoets.Piping.Data
{
///
/// This class couples a SoilProfile to a probability of occurrence.
///
- public class StochasticSoilProfile : IStorable
+ public class StochasticSoilProfile
{
///
/// Creates a new instance of .
@@ -62,11 +61,6 @@
///
public PipingSoilProfile SoilProfile { get; set; }
- ///
- /// Gets or sets the unique identifier for the storage of the .
- ///
- public long StorageId { get; set; }
-
public override string ToString()
{
return SoilProfile == null ? string.Empty : SoilProfile.ToString();