Update BaseMongoRepository.Update.cs
This commit is contained in:
committed by
GitHub
parent
bd662d25d6
commit
182ee0a335
@@ -140,7 +140,7 @@ namespace MongoDbGenericRepository
|
||||
public abstract partial class BaseMongoRepository : IBaseMongoRepository_Update
|
||||
{
|
||||
private MongoDbUpdater _mongoDbUpdater;
|
||||
protected MongoDbUpdater MongoDbUpdater
|
||||
protected virtual MongoDbUpdater MongoDbUpdater
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -156,6 +156,7 @@ namespace MongoDbGenericRepository
|
||||
|
||||
return _mongoDbUpdater;
|
||||
}
|
||||
set { _mongoDbUpdater = value; }
|
||||
}
|
||||
|
||||
#region Update
|
||||
|
||||
Reference in New Issue
Block a user