Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -r4bb55feac151da4010e81849de3103327f7f40ae -r86e3c1e3b6568eea578004f3d9d93114cdb351b8 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 4bb55feac151da4010e81849de3103327f7f40ae) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 86e3c1e3b6568eea578004f3d9d93114cdb351b8) @@ -96,6 +96,18 @@ /// DbSet SoilLayerEntities { get; } + /// + /// Gets a of containing + /// every piping surface line entity in the database. + /// + DbSet SurfaceLineEntities { get; } + + /// + /// Gets a of + /// containing every piping surface line geometry point in the database. + /// + DbSet SurfaceLinePointEntities { get; } + /// /// Persists all updates to the database and resets change tracking in the object context, see . ///