Update BaseMongoRepository.TKey.Delete.cs
This commit is contained in:
committed by
GitHub
parent
804dc18c4f
commit
5e4cbfa1b3
@@ -98,7 +98,7 @@ namespace MongoDbGenericRepository
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The MongoDb accessor to delete data.
|
/// The MongoDb accessor to delete data.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected MongoDbEraser MongoDbEraser
|
protected virtual MongoDbEraser MongoDbEraser
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
@@ -113,6 +113,7 @@ namespace MongoDbGenericRepository
|
|||||||
}
|
}
|
||||||
return _mongoDbEraser;
|
return _mongoDbEraser;
|
||||||
}
|
}
|
||||||
|
set { _mongoDbEraser = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user