Update BaseMongoRepository.TKey.Delete.cs

This commit is contained in:
Alexandre SPIESER
2019-04-17 19:04:38 +01:00
committed by GitHub
parent 804dc18c4f
commit 5e4cbfa1b3
@@ -98,7 +98,7 @@ namespace MongoDbGenericRepository
/// <summary>
/// The MongoDb accessor to delete data.
/// </summary>
protected MongoDbEraser MongoDbEraser
protected virtual MongoDbEraser MongoDbEraser
{
get
{
@@ -113,6 +113,7 @@ namespace MongoDbGenericRepository
}
return _mongoDbEraser;
}
set { _mongoDbEraser = value; }
}
/// <summary>