add timestamp

This commit is contained in:
David Meincke
2023-05-30 10:26:59 +02:00
parent 3fa130d282
commit ae32af3c9f
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -4,5 +4,6 @@
{
public Guid Id { get; set; }
public int NumberOfChanges { get; set; }
public DateTime Timestamp { get; set; }
}
}