Update BaseMongoRepository.TKey.Update.cs

This commit is contained in:
Alexandre SPIESER
2019-04-17 19:08:13 +01:00
committed by GitHub
parent 846bb16730
commit 77cc85574c
@@ -116,7 +116,7 @@ namespace MongoDbGenericRepository
where TKey : IEquatable<TKey> where TKey : IEquatable<TKey>
{ {
private MongoDbUpdater _mongoDbUpdater; private MongoDbUpdater _mongoDbUpdater;
protected MongoDbUpdater MongoDbUpdater protected virtual MongoDbUpdater MongoDbUpdater
{ {
get get
{ {
@@ -132,6 +132,7 @@ namespace MongoDbGenericRepository
return _mongoDbUpdater; return _mongoDbUpdater;
} }
set { _mongoDbUpdater = value; }
} }
/// <summary> /// <summary>