Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs =================================================================== diff -u -rfcc2776f9c6b0e607a661c46b83b54de514f175e -re373ac64cdd9a13f54849ee0e502f60d3130dc78 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision fcc2776f9c6b0e607a661c46b83b54de514f175e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/GrassCoverErosionInwardsDikeHeightOutputEntity.cs (.../GrassCoverErosionInwardsDikeHeightOutputEntity.cs) (revision e373ac64cdd9a13f54849ee0e502f60d3130dc78) @@ -28,11 +28,10 @@ // //------------------------------------------------------------------------------ +using System; + namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class GrassCoverErosionInwardsDikeHeightOutputEntity { public long GrassCoverErosionInwardsDikeHeightOutputEntityId { get; set; } @@ -43,7 +42,7 @@ public Nullable CalculatedProbability { get; set; } public Nullable CalculatedReliability { get; set; } public byte CalculationConvergence { get; set; } - + public virtual GrassCoverErosionInwardsOutputEntity GrassCoverErosionInwardsOutputEntity { get; set; } } -} +} \ No newline at end of file