Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs =================================================================== diff -u -r23766b602d9b509a2ffc030f284e8d5e82325a3e -r508d720230c5f63bce7f95bddc3b7a04808d267d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 23766b602d9b509a2ffc030f284e8d5e82325a3e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/IRingtoetsEntities.cs (.../IRingtoetsEntities.cs) (revision 508d720230c5f63bce7f95bddc3b7a04808d267d) @@ -193,24 +193,12 @@ DbSet PipingFailureMechanismMetaEntities { get; } /// - /// Gets a of containing - /// every entity found in the database. - /// - DbSet FailureMechanismSectionPointEntities { get; } - - /// /// Gets a of containing /// every entity found in the database. /// DbSet HydraulicLocationEntities { get; } /// - /// Gets a of containing - /// every entity found in the database. - /// - DbSet ReferenceLinePointEntities { get; } - - /// /// Gets a of containing /// every calculation group found in the database. /// @@ -265,12 +253,6 @@ DbSet SurfaceLineEntities { get; } /// - /// Gets a of - /// containing every piping surface line geometry point in the database. - /// - DbSet SurfaceLinePointEntities { get; } - - /// /// Gets a of /// containing every characteristic point of piping surface lines in the database. ///