2020-10-29 12:17:09 +02:00

9 lines
173 B
C#

using Microsoft.Extensions.Hosting;
namespace MalwareMultiScan.Api.Services.Interfaces
{
public interface IReceiverHostedService : IHostedService
{
}
}