Update README.md

This commit is contained in:
Alexandre SPIESER
2017-09-24 20:04:15 +01:00
committed by GitHub
parent 5e187e0b1f
commit 833263edbf
-1
View File
@@ -67,7 +67,6 @@ The `IDocument` interface can be seen below:
/// </summary>
public interface IDocument
{
DateTime AddedAtUtc { get; set; }
Guid Id { get; set; }
int Version { get; set; }
}