mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-24 05:22:22 +00:00
9 lines
228 B
C#
9 lines
228 B
C#
namespace MalwareMultiScan.Api.Data.Configuration
|
|
{
|
|
public class BackendConfiguration
|
|
{
|
|
public string Id { get; set; }
|
|
public string Name { get; set; }
|
|
public string Endpoint { get; set; }
|
|
}
|
|
} |