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
@@ -13,7 +13,7 @@ namespace MongoDbGenericRepository
/// </summary>
public abstract partial class BaseMongoRepository : IBaseMongoRepository_Update
{
private volatile IMongoDbUpdater _mongoDbUpdater;
private IMongoDbUpdater _mongoDbUpdater;
/// <summary>
/// The MongoDb accessor to update data.