read only and tests

This commit is contained in:
Sean Garrett
2023-07-01 22:27:11 +01:00
parent 240b61d1d2
commit 40e287418b
10 changed files with 2466 additions and 492 deletions
@@ -7,4 +7,6 @@ public class TestProjection
public Guid TestDocumentId { get; set; }
public DateTime NestedData { get; set; }
public int Count { get; set; }
}