store id instead of name withing scanning backends

This commit is contained in:
Volodymyr Smirnov
2020-10-20 17:10:13 +03:00
parent b1a2357b50
commit 89515efd5d
5 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@ namespace MalwareMultiScan.Shared.Interfaces
{
public interface IScanBackend
{
public string Name { get; }
public string Id { get; }
public DateTime DatabaseLastUpdate { get; }