using Mango.Nop.Services; namespace Nop.Plugin.Misc.AuctionPlugin.Services; public interface ISessionService : IMgSessionService { bool TryGetSessionItemByCustomerId(int customerId, out SessionItem sessionItem); }