modifica filtro codici segnalazioni
This commit is contained in:
parent
e16d2e5f73
commit
8e25e7e9b9
@ -8462,6 +8462,7 @@ namespace ApiPolo.Controllers
|
||||
|
||||
_codSegnVT = getVTCodiciSegnalaz(ten);
|
||||
var c = await _codSegnVT.Where(x => x.DataObso == null).ToListAsync();
|
||||
c = c.Where(x => x.cscodazi.Equals(ten2)).ToList();
|
||||
//c = await c.Where(x => x.cscodazi.Equals(ten2)).ToListAsync();
|
||||
//td.statoImpianto = c;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user