Update BaseMongoRepository.TKey.Index.cs

This commit is contained in:
Alexandre SPIESER
2019-04-17 19:05:17 +01:00
committed by GitHub
parent 5e4cbfa1b3
commit 846bb16730
@@ -109,7 +109,7 @@ namespace MongoDbGenericRepository
/// <summary> /// <summary>
/// The MongoDb accessor to manage indexes. /// The MongoDb accessor to manage indexes.
/// </summary> /// </summary>
protected MongoDbIndexHandler MongoDbIndexHandler protected virtual MongoDbIndexHandler MongoDbIndexHandler
{ {
get get
{ {
@@ -124,6 +124,7 @@ namespace MongoDbGenericRepository
} }
return _mongoDbIndexHandler; return _mongoDbIndexHandler;
} }
set { _mongoDbIndexHandler = value; }
} }
/// <summary> /// <summary>