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; }
|
||||
}
|
||||
@@ -1,7 +0,0 @@
|
||||
namespace Bitvault.Data;
|
||||
|
||||
public enum DocumentType
|
||||
{
|
||||
Form,
|
||||
File
|
||||
}
|
||||
Reference in New Issue
Block a user