feat(api): Обновил респонс для шаблона под измененную таблицу

This commit is contained in:
Mikhail Trubnikov
2023-10-03 16:54:01 +10:00
parent e9b91330bf
commit 49a04752bb
5 changed files with 44 additions and 4 deletions

View File

@@ -34,6 +34,7 @@ namespace PARR.DAL.Services.Implementations
.ThenInclude(t => t!.ResponseArea)
.Include(h => h.Host)
.ThenInclude(t => t!.EkStatus)
.Include(r=>r.RobotStatus)
.Include(a => a.ApplicationsInWork)
.ThenInclude(w => w!.Work)
.ThenInclude(t => t!.Tnk)