OrderId, OrderGuid add to ProductToAuctionMappibg; improvements, fixes, etc..

This commit is contained in:
Loretta 2024-11-26 18:58:22 +01:00
parent 5fca5b3ba3
commit fd1b873108
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace Mango.Nop.Core.Repositories;
public class MgDbContextBase : IMgDbContextBase
{
//TODO: ez itt nem ay igazi, kitalálni vmit! - J.
//private readonly CacheKey _auctionAllKey = new("Nop.auction.all-{0}", AUCTION_PATTERN_KEY);
private readonly CacheKey _auctionAllKey = new("Nop.auction.all-{0}", AUCTION_PATTERN_KEY);
public const string AUCTION_PATTERN_KEY = "Nop.auction.";