Added ICollectionSynchronization
This commit is contained in:
@@ -8,8 +8,10 @@ public record BlobEntry
|
||||
{
|
||||
public byte[]? Data { get; set; }
|
||||
|
||||
public DocumentType Type { get; set; }
|
||||
public int Type { get; set; }
|
||||
|
||||
[Key]
|
||||
public int Id { get; set; }
|
||||
|
||||
public DateTimeOffset DateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user