tests for readonly repositories

This commit is contained in:
Sean Garrett
2023-07-04 22:38:01 +01:00
parent b09b359867
commit dc7a4dc67b
56 changed files with 10877 additions and 1212 deletions
@@ -25,6 +25,8 @@ public class TestDocument : Document
public int GroupingKey { get; set; }
public Guid OtherGroupingKey { get; set; }
public Nested Nested { get; set; }
public List<Child> Children { get; set; }