GiantsTools/Giants.Services/Services/IServerRegistryCleanupServi...

14 lines
295 B
C#

namespace Giants.Services
{
using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.Extensions.Hosting;
public interface IServerRegistryCleanupService : IHostedService
{
}
}