From 32c37cf22caaf2c407c68088c48c51c52dd48e9b Mon Sep 17 00:00:00 2001 From: Loretta Date: Tue, 23 Sep 2025 12:17:23 +0200 Subject: [PATCH] improvements, fixes --- Mango.Nop.Core/Repositories/MgDbTableBase.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mango.Nop.Core/Repositories/MgDbTableBase.cs b/Mango.Nop.Core/Repositories/MgDbTableBase.cs index 7579115..84e81fa 100644 --- a/Mango.Nop.Core/Repositories/MgDbTableBase.cs +++ b/Mango.Nop.Core/Repositories/MgDbTableBase.cs @@ -40,6 +40,7 @@ public class MgDbTableBase(IEventPublisher eventPublisher, INopDataProv } #endregion SetTimeStampInfos + //TODO: Transaction-be tenni az event-eket! - J. #region OnCrudEvents private void OnInsert(IList entities) { @@ -63,7 +64,7 @@ public class MgDbTableBase(IEventPublisher eventPublisher, INopDataProv { SetTimeStampModified(entity); - _staticCacheManager.ClearAsync().GetAwaiter().GetResult(); + _staticCacheManager.ClearAsync().GetAwaiter().GetResult(); //TODO: EZ MI??? - J. //_staticCacheManager.RemoveByPrefix(MgDbContextBase.AUCTION_PATTERN_KEY); }