diff --git a/AdvancedSystems.Core/Services/CachingService.cs b/AdvancedSystems.Core/Services/CachingService.cs index 68d3566..f1ff2ab 100644 --- a/AdvancedSystems.Core/Services/CachingService.cs +++ b/AdvancedSystems.Core/Services/CachingService.cs @@ -17,7 +17,7 @@ public sealed class CachingService : ICachingService public CachingService(IDistributedCache distributedCache, ISerializationService serializationService) { this._distributedCache = distributedCache; - _serializationService = serializationService; + this._serializationService = serializationService; } #region Methods