Index: Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs
===================================================================
diff -u -r2363244674e6b7b97bead9a6855806420d368d80 -r11f0867b39150ae5fac83dc178a89fee46d27611
--- Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs (.../PipingSoilProfile.cs) (revision 2363244674e6b7b97bead9a6855806420d368d80)
+++ Ringtoets/Piping/src/Ringtoets.Piping.Primitives/PipingSoilProfile.cs (.../PipingSoilProfile.cs) (revision 11f0867b39150ae5fac83dc178a89fee46d27611)
@@ -22,15 +22,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
-using Core.Common.Base.Storage;
using Ringtoets.Piping.Primitives.Properties;
namespace Ringtoets.Piping.Primitives
{
///
/// This class represents a soil profile, which was imported for use in a piping calculation.
///
- public class PipingSoilProfile : IStorable
+ public class PipingSoilProfile
{
private IEnumerable layers;
@@ -94,8 +93,6 @@
///
public SoilProfileType SoilProfileType { get; private set; }
- public long StorageId { get; set; }
-
///
/// Gets the thickness of the given layer in the .
/// Thickness of a layer is determined by its top and the top of the layer below it.