mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 05:52:23 +00:00
unit tests for API (99% coverage)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.Extensions.Hosting;
|
||||
|
||||
namespace MalwareMultiScan.Api.Services.Interfaces
|
||||
{
|
||||
public interface IReceiverHostedService : IHostedService
|
||||
{
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user