aggiunto campo di serializzazione volori attuali
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user