[DB] Update migrations for datetime update
This commit is contained in:
12
Manager.App/Services/System/SystemService.cs
Normal file
12
Manager.App/Services/System/SystemService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
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