Update BaseMongoRepository.Create.cs
This commit is contained in:
committed by
GitHub
parent
d91a644b4a
commit
4d94a1b436
@@ -61,7 +61,7 @@ namespace MongoDbGenericRepository
|
|||||||
{
|
{
|
||||||
private readonly object _initLock = new object();
|
private readonly object _initLock = new object();
|
||||||
private MongoDbCreator _mongoDbCreator;
|
private MongoDbCreator _mongoDbCreator;
|
||||||
protected MongoDbCreator MongoDbCreator
|
protected virtual MongoDbCreator MongoDbCreator
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
@@ -77,6 +77,7 @@ namespace MongoDbGenericRepository
|
|||||||
|
|
||||||
return _mongoDbCreator;
|
return _mongoDbCreator;
|
||||||
}
|
}
|
||||||
|
set { _mongoDbCreator = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user