CheckListHeader lista javítva

This commit is contained in:
2025-03-22 11:19:18 +01:00
parent 15e6aac88c
commit 6d78762275
3 changed files with 19 additions and 17 deletions
@@ -61,6 +61,7 @@ namespace WorkFlowCheck.BL.Services
{
var roles = await _dbContext.CheckListHeaders
.Include(i => i.CheckListRows)
.Include(i=>i.User)
.AsNoTracking()
.ToListAsync();
if (roles != null)