Cleanup after tests
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MongoDbGenericRepository;
|
||||
|
||||
namespace IntegrationTests
|
||||
{
|
||||
public interface ITestRepository : IBaseMongoRepository
|
||||
{
|
||||
void DropTestCollection<TDocument>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user