Update README.md
This commit is contained in:
committed by
GitHub
parent
8fc45cd975
commit
8044ec8e56
@@ -27,12 +27,12 @@ Here is an example of repository usage, where the TestRepository is implementing
|
|||||||
|
|
||||||
public void DropTestCollection<TDocument>()
|
public void DropTestCollection<TDocument>()
|
||||||
{
|
{
|
||||||
_mongoDbContext.DropCollection<TDocument>();
|
MongoDbContext.DropCollection<TDocument>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void DropTestCollection<TDocument>(string partitionKey)
|
public void DropTestCollection<TDocument>(string partitionKey)
|
||||||
{
|
{
|
||||||
_mongoDbContext.DropCollection<TDocument>(partitionKey);
|
MongoDbContext.DropCollection<TDocument>(partitionKey);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user