Modifiche oggetti x deserializzazione JSon
This commit is contained in:
@@ -107,9 +107,9 @@ namespace NKC_WF.Controllers
|
||||
*
|
||||
*************************************************/
|
||||
|
||||
if (currBunk.orderType == oType.BatchRequest)
|
||||
if (currBunk.OrderType == oType.BatchRequest)
|
||||
{
|
||||
if (currBunk.procType == 1)
|
||||
if (currBunk.ProcType == 1)
|
||||
{
|
||||
// deserializzo come BatchreqIniziale (stima)
|
||||
nestReplyBatchInitial rispStima = JsonConvert.DeserializeObject<nestReplyBatchInitial>(content);
|
||||
@@ -128,7 +128,7 @@ namespace NKC_WF.Controllers
|
||||
answ = "OK";
|
||||
}
|
||||
}
|
||||
else if (currBunk.orderType == oType.OfflineOrder)
|
||||
else if (currBunk.OrderType == oType.OfflineOrder)
|
||||
{
|
||||
// deserializzo come OfflineOrder
|
||||
nestReplyOffOrd rispNest = JsonConvert.DeserializeObject<nestReplyOffOrd>(content);
|
||||
|
||||
Reference in New Issue
Block a user