Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs =================================================================== diff -u -rec9f45c99b375218d00a89df1ac1e187ebf54070 -rd34720bc7fe019afec92b91f017b56618dafa95d --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs (.../BackgroundMapDataEntity.cs) (revision ec9f45c99b375218d00a89df1ac1e187ebf54070) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs (.../BackgroundMapDataEntity.cs) (revision d34720bc7fe019afec92b91f017b56618dafa95d) @@ -30,6 +30,9 @@ namespace Application.Ringtoets.Storage.DbContext { + using System; + using System.Collections.Generic; + public partial class BackgroundMapDataEntity { public long BackgroundMapDataEntityId { get; set; } @@ -40,7 +43,7 @@ public string PreferredFormat { get; set; } public byte IsVisible { get; set; } public double Transparency { get; set; } - + public virtual AssessmentSectionEntity AssessmentSectionEntity { get; set; } } -} \ No newline at end of file +}