From 833263edbf2142be49c8104d63e4c83ec622e90d Mon Sep 17 00:00:00 2001 From: Alexandre SPIESER Date: Sun, 24 Sep 2017 20:04:15 +0100 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2032522..a035a52 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,6 @@ The `IDocument` interface can be seen below: /// public interface IDocument { - DateTime AddedAtUtc { get; set; } Guid Id { get; set; } int Version { get; set; } }