Files
mongodb-generic-repository/CoreUnitTests/Infrastructure/TestKeyedMongoRepository.cs
T
2023-06-15 21:35:51 +01:00

6 lines
137 B
C#

namespace CoreUnitTests.Infrastructure;
public class TestKeyedMongoRepository : KeyedMongoRepository<TestDocument, TestDocumentKey>
{
}