added overloads for delete

This commit is contained in:
Sean Garrett
2023-06-15 21:35:51 +01:00
parent e23f659ffe
commit 0cf6a7e5d3
10 changed files with 545 additions and 237 deletions
@@ -0,0 +1,6 @@
namespace CoreUnitTests.Infrastructure;
public class TestDocument
{
}
@@ -0,0 +1,6 @@
namespace CoreUnitTests.Infrastructure;
public class TestKeyedMongoRepository : KeyedMongoRepository<TestDocument, TestDocumentKey>
{
}