prima versione dettaglio lavorabilità
This commit is contained in:
@@ -154,7 +154,9 @@ namespace Lux.API.Services
|
||||
// deserializzo
|
||||
try
|
||||
{
|
||||
machineEstimList = JsonConvert.DeserializeObject<List<MachineCalcResultDTO>>(rawAnsw);
|
||||
#if false
|
||||
machineEstimList = JsonConvert.DeserializeObject<List<MachineCalcResultDTO>>(rawAnsw);
|
||||
#endif
|
||||
await dbService.SaveProdEstimateAsync(UID, retData.ExecEnvironment, rawAnsw);
|
||||
}
|
||||
catch (Exception exc)
|
||||
|
||||
Reference in New Issue
Block a user