ln.bson/ln.bson.tests/DocumentContent.cs

11 lines
226 B
C#

using System;
namespace ln.bson.tests
{
public class DocumentContent
{
public bool Authentic { get; set; }
public DateTime Created { get; set; }
public byte[] ContentHash { get; set; }
}
}