Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs =================================================================== diff -u -rd34720bc7fe019afec92b91f017b56618dafa95d -r5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs (.../BackgroundMapDataEntity.cs) (revision d34720bc7fe019afec92b91f017b56618dafa95d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/BackgroundMapDataEntity.cs (.../BackgroundMapDataEntity.cs) (revision 5e44a4eb7c69ccaca763dce7cd7735e33a1f3c85) @@ -30,9 +30,6 @@ namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class BackgroundMapDataEntity { public long BackgroundMapDataEntityId { get; set; } @@ -43,7 +40,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