Update BaseMongoRepository.Index.cs
This commit is contained in:
committed by
GitHub
parent
6c8d4bdafb
commit
bd662d25d6
@@ -113,7 +113,7 @@ namespace MongoDbGenericRepository
|
||||
public abstract partial class BaseMongoRepository : IBaseMongoRepository_Index
|
||||
{
|
||||
private MongoDbIndexHandler _mongoDbIndexHandler;
|
||||
protected MongoDbIndexHandler MongoDbIndexHandler
|
||||
protected virtual MongoDbIndexHandler MongoDbIndexHandler
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -128,6 +128,7 @@ namespace MongoDbGenericRepository
|
||||
}
|
||||
return _mongoDbIndexHandler;
|
||||
}
|
||||
set { _mongoDbIndexHandler = value; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -316,4 +317,4 @@ namespace MongoDbGenericRepository
|
||||
await MongoDbIndexHandler.DropIndexAsync<TDocument, TKey>(indexName, partitionKey);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user