class Document { public Guid Id { get; set; } public string Name { get; set; } public string Url { get; set; } }
Last updated 2 years ago