Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs =================================================================== diff -u -r1743a40d015bd40d090c6d107f79d87594e90efd -r7d43d889a3f8d125f0a66b53f247ecde11577578 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision 1743a40d015bd40d090c6d107f79d87594e90efd) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision 7d43d889a3f8d125f0a66b53f247ecde11577578) @@ -28,11 +28,10 @@ // //------------------------------------------------------------------------------ +using System; + namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class CharacteristicPointEntity { public long CharacteristicPointEntityId { get; set; } @@ -41,7 +40,7 @@ public Nullable X { get; set; } public Nullable Y { get; set; } public Nullable Z { get; set; } - + public virtual SurfaceLineEntity SurfaceLineEntity { get; set; } } -} +} \ No newline at end of file