Document

class Document
{
	public Guid Id { get; set; }
	public string Name { get; set; }
	public string Url { get; set; }
}

Last updated