finalize refactoring & ready for the PR

This commit is contained in:
Volodymyr Smirnov
2020-10-26 21:24:40 +02:00
parent 14c9c26979
commit 62cdcdbb49
34 changed files with 229 additions and 164 deletions

View File

@@ -3,7 +3,7 @@ namespace MalwareMultiScan.Api.Data.Models
public class ScanResultEntry
{
public bool Completed { get; set; }
public bool Succeeded { get; set; }
public bool? Succeeded { get; set; }
public string[] Threats { get; set; }
}
}