using System;

namespace AsbCloudInfrastructure.Background;

public class NotificationBackgroundWorker : BackgroundWorker
{
   public NotificationBackgroundWorker(IServiceProvider serviceProvider) : base(serviceProvider)
   {
   }
}