mirror of
https://github.com/volodymyrsmirnov/MalwareMultiScan.git
synced 2025-08-25 14:01:13 +00:00
refactoring, documentation pending
This commit is contained in:
@@ -10,7 +10,7 @@ namespace MalwareMultiScan.Api.Data.Models
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
public string Id { get; set; }
|
||||
|
||||
public Dictionary<string, ScanResultEntry> Results { get; set; } =
|
||||
public Dictionary<string, ScanResultEntry> Results { get; set; } =
|
||||
new Dictionary<string, ScanResultEntry>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user