removing volatile

This commit is contained in:
Sean Garrett
2023-06-15 18:32:12 +01:00
parent 02b9385fd8
commit e23f659ffe
11 changed files with 11 additions and 22 deletions
@@ -9,8 +9,8 @@ namespace MongoDbGenericRepository
{
public abstract partial class BaseMongoRepository : IBaseMongoRepository_Delete
{
private volatile IMongoDbEraser _mongoDbEraser;
private IMongoDbEraser _mongoDbEraser;
/// <summary>
/// The MongoDbEraser used to delete documents.
/// </summary>