Update README.md
This commit is contained in:
committed by
GitHub
parent
5e187e0b1f
commit
833263edbf
@@ -67,7 +67,6 @@ The `IDocument` interface can be seen below:
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IDocument
|
public interface IDocument
|
||||||
{
|
{
|
||||||
DateTime AddedAtUtc { get; set; }
|
|
||||||
Guid Id { get; set; }
|
Guid Id { get; set; }
|
||||||
int Version { get; set; }
|
int Version { get; set; }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user