[CHANGE] Remove service
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user