6 lines
137 B
C#
6 lines
137 B
C#
namespace CoreUnitTests.Infrastructure;
|
|
|
|
public class TestKeyedMongoRepository : KeyedMongoRepository<TestDocument, TestDocumentKey>
|
|
{
|
|
|
|
} |