Index: Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs =================================================================== diff -u -r1122c77d39fb41b02f4ea32a269884ca1ea5ad5e -rd912f6a5edd00d9dfa1af486e61afd9e7c10b766 --- Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs (.../VersionEntity.cs) (revision 1122c77d39fb41b02f4ea32a269884ca1ea5ad5e) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/DbContext/VersionEntity.cs (.../VersionEntity.cs) (revision d912f6a5edd00d9dfa1af486e61afd9e7c10b766) @@ -28,16 +28,15 @@ // //------------------------------------------------------------------------------ +using System; + namespace Application.Ringtoets.Storage.DbContext { - using System; - using System.Collections.Generic; - public partial class VersionEntity { public long VersionId { get; set; } public long Version { get; set; } - public System.DateTime Timestamp { get; set; } + public DateTime Timestamp { get; set; } public byte[] FingerPrint { get; set; } } -} +} \ No newline at end of file