aggiunto campo di serializzazione volori attuali

This commit is contained in:
zaccaria.majid
2023-04-07 15:50:41 +02:00
parent 586ac11e75
commit 3ad3ef4fa4
6 changed files with 889 additions and 9 deletions
@@ -321,7 +321,7 @@ namespace WebDoorCreator.Data.Controllers
.FirstOrDefault();
if (currRec != null) //if is not null edit the record found
{
currRec.JsoncConfigVal = modOpRec.JsoncConfigVal;
currRec.JsoncActVal = modOpRec.JsoncActVal;
localDbCtx.Entry(currRec).State = EntityState.Modified;
}
await localDbCtx.SaveChangesAsync();