mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
8 lines
175 B
C#
8 lines
175 B
C#
namespace MalwareMultiScan.Api.Data.Configuration
|
|
{
|
|
public class ScanBackend
|
|
{
|
|
public string Id { get; set; }
|
|
public bool Enabled { get; set; }
|
|
}
|
|
} |