Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Partials/PartialWaterPressureAsphaltCoverSectionResultEntity.cs =================================================================== diff -u --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Partials/PartialWaterPressureAsphaltCoverSectionResultEntity.cs (revision 0) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/Partials/PartialWaterPressureAsphaltCoverSectionResultEntity.cs (revision 7d666cf8621a1ab88079a2e750d1e06afe56a03d) @@ -0,0 +1,29 @@ +// Copyright (C) Stichting Deltares 2021. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +namespace Riskeer.Storage.Core.DbContext +{ + /// + /// Partial implementation of that implements + /// . + /// + public partial class WaterPressureAsphaltCoverSectionResultEntity : INonAdoptableWithProfileProbabilityFailureMechanismSectionResultEntity {} +} \ No newline at end of file Index: Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs =================================================================== diff -u -r586c454bf0ca597e9a9462ab15a33318b843ec74 -r7d666cf8621a1ab88079a2e750d1e06afe56a03d --- Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs (.../WaterPressureAsphaltCoverSectionResultEntity.cs) (revision 586c454bf0ca597e9a9462ab15a33318b843ec74) +++ Riskeer/Storage/src/Riskeer.Storage.Core/DbContext/WaterPressureAsphaltCoverSectionResultEntity.cs (.../WaterPressureAsphaltCoverSectionResultEntity.cs) (revision 7d666cf8621a1ab88079a2e750d1e06afe56a03d) @@ -30,7 +30,7 @@ namespace Riskeer.Storage.Core.DbContext { - public class WaterPressureAsphaltCoverSectionResultEntity + public partial class WaterPressureAsphaltCoverSectionResultEntity { public long WaterPressureAsphaltCoverSectionResultEntityId { get; set; } public long FailureMechanismSectionEntityId { get; set; }