OrderId, OrderGuid add to ProductToAuctionMappibg; improvements, fixes, etc..
This commit is contained in:
parent
5fca5b3ba3
commit
fd1b873108
|
|
@ -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.";
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue