Ancora problema a recuperare fasi (da indagare ancora...)

This commit is contained in:
Samuele Locatelli
2021-12-11 12:42:33 +01:00
parent 232e783844
commit 618bdfb5ef
7 changed files with 61 additions and 11 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ namespace GPW.CORE.Data.Controllers
// recupero intero set dati timbrature e attività....
dbResult = localDbCtx
.DbSetAnagFasi
.Include(p => p.ProgettoNav)
//.Include(p => p.ProgettoNav)
.ToList();
}
return dbResult;