Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -r86e3c1e3b6568eea578004f3d9d93114cdb351b8 -re1413d482cd37476c01aaea03ae16efc50433f3e --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 86e3c1e3b6568eea578004f3d9d93114cdb351b8) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision e1413d482cd37476c01aaea03ae16efc50433f3e) @@ -108,6 +108,12 @@ /// DbSet SurfaceLinePointEntities { get; } + /// + /// Gets a of + /// containing every characteristic point of piping surface lines in the database. + /// + DbSet CharacteristicPointEntities { get; } + /// /// Persists all updates to the database and resets change tracking in the object context, see . ///