780 questions
the error states the json can not be deserialized to a OrdersDTO. show us the json.
note: it is poor design to use DTO entities as view models.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
ho questo tipo di problema e non riesco a mappare il mio DTO con il JSON value
"The JSON value could not be converted to Northwind_def.DTO.OrdersDTO. Path: $.customer.orders[0] | LineNumber: 28 | BytePositionInLine: 14."
come potrei risolverlo?
the error states the json can not be deserialized to a OrdersDTO. show us the json.
note: it is poor design to use DTO entities as view models.