Mango.Nop.Plugins/Nop.Plugin.Misc.AuctionPlugin/Services/IBackgroundService.cs

7 lines
143 B
C#

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