Update BaseMongoRepository.TKey.Index.cs
This commit is contained in:
committed by
GitHub
parent
5e4cbfa1b3
commit
846bb16730
@@ -109,7 +109,7 @@ namespace MongoDbGenericRepository
|
||||
/// <summary>
|
||||
/// The MongoDb accessor to manage indexes.
|
||||
/// </summary>
|
||||
protected MongoDbIndexHandler MongoDbIndexHandler
|
||||
protected virtual MongoDbIndexHandler MongoDbIndexHandler
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -124,6 +124,7 @@ namespace MongoDbGenericRepository
|
||||
}
|
||||
return _mongoDbIndexHandler;
|
||||
}
|
||||
set { _mongoDbIndexHandler = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user