Módosítások fejlesztéshez

This commit is contained in:
2025-03-20 09:00:01 +01:00
parent 7a158ed10d
commit bd60138a89
4 changed files with 55 additions and 7 deletions
@@ -160,6 +160,9 @@ namespace WorkFlowCheck.BL.Services
var res = await _dbContext.CheckListTemplateHeaders
.Where(w => w.Id == Id)
.Include(i => i.CheckListTemplateRows)
.ThenInclude(i=> i.CheckPoint)
.Include(i => i.CheckListTemplateRows)
.ThenInclude(i => i.Equipment)
.AsNoTracking()
.FirstOrDefaultAsync();