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
@@ -22,6 +22,8 @@ public class TestDocumentWithKey<TKey> : IDocument<TKey>
public int SomeValue { get; set; }
public int SomeDecimalValue { get; set; }
public string SomeContent { get; set; }
public string SomeContent2 { get; set; }
public string SomeContent3 { get; set; }
@@ -31,4 +33,4 @@ public class TestDocumentWithKey<TKey> : IDocument<TKey>
public Nested Nested { get; set; }
public List<Child> Children { get; set; }
}
}