using Umbraco.Cms.Core.Events; using Umbraco.Cms.Infrastructure.BackgroundJobs; namespace Umbraco.Cms.Infrastructure.Notifications { public sealed class RecurringBackgroundJobIgnoredNotification : RecurringBackgroundJobNotification { public RecurringBackgroundJobIgnoredNotification(IRecurringBackgroundJob target, EventMessages messages) : base(target, messages) { } } }