using Mango.Nop.Services;
namespace Nop.Plugin.Misc.AuctionPlugin.Services;
public interface IBackgroundService : IMgBackgroundService
{
}