[CHANGE] Remove service

This commit is contained in:
max
2025-09-02 20:55:25 +02:00
parent a8b0291ebf
commit 4bee6e6d35

View File

@@ -1,12 +0,0 @@
namespace Manager.App.Services.System;
public class SystemService : BackgroundService
{
private CancellationToken _cancellationToken { get; set; }
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
{
_cancellationToken = stoppingToken;
}
}