8 lines
175 B
C#
Raw Normal View History

namespace MalwareMultiScan.Api.Data.Configuration
{
public class ScanBackend
{
public string Id { get; set; }
public bool Enabled { get; set; }
}
}