tests for readonly repositories
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user