Sealed qualifying public classes Migrated database changes
This commit is contained in:
@@ -4,7 +4,7 @@ using LiteCharms.Features.Mediator;
|
||||
namespace LiteCharms.Features.Quartz;
|
||||
|
||||
[DisallowConcurrentExecution]
|
||||
public class MediatorJob<TNotification>(IMediator mediator) : IJob where TNotification : IEvent
|
||||
public sealed class MediatorJob<TNotification>(IMediator mediator) : IJob where TNotification : IEvent
|
||||
{
|
||||
public async Task Execute(IJobExecutionContext context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user