Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs =================================================================== diff -u -rfcc2776f9c6b0e607a661c46b83b54de514f175e -re373ac64cdd9a13f54849ee0e502f60d3130dc78 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision fcc2776f9c6b0e607a661c46b83b54de514f175e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/CharacteristicPointEntity.cs (.../CharacteristicPointEntity.cs) (revision e373ac64cdd9a13f54849ee0e502f60d3130dc78) @@ -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