[CHANGE] Working on client manager
This commit is contained in:
15
Manager.App/Services/System/ClientManager.cs
Normal file
15
Manager.App/Services/System/ClientManager.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using Manager.YouTube;
|
||||
|
||||
namespace Manager.App.Services.System;
|
||||
|
||||
public class ClientManager : BackgroundService
|
||||
{
|
||||
private readonly List<YouTubeClient> _clients = [];
|
||||
|
||||
protected override Task ExecuteAsync(CancellationToken stoppingToken)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
|
||||
}
|
Reference in New Issue
Block a user