Fix данных ResponseArea

This commit is contained in:
Mikhail Kuznetsov
2023-09-28 14:59:48 +10:00
parent 7091e849a4
commit 4643cfedff
5 changed files with 1685 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ namespace PARR.AIHIT
var foundHost = await hostService.GetHostWithAppsAsync(ek.IP);
var mappedHost = mapper.Map<Host>(ek);
//TODO Валидация по внешним связям
var hostApplications = await GetAndFillApplicationsAsync(ek);