add aspnet server
This commit is contained in:
16
AZKi Server/Services/FileScannerService.cs
Normal file
16
AZKi Server/Services/FileScannerService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
namespace AZKiServer.Services;
|
||||
|
||||
public class FileScannerService : IHostedService
|
||||
{
|
||||
public Task StartAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task StopAsync(CancellationToken cancellationToken)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user