using Microsoft.Extensions.Hosting;
namespace Mango.Nop.Services;
public interface IMgBackgroundService : IHostedService, IDisposable
{
}