Módosítások fejlesztéshez
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user