[CHANGE] Remove service
This commit is contained in:
parent
a8b0291ebf
commit
4bee6e6d35
1 changed files with 0 additions and 12 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue