Guest User

Guest User

  • Tech Writer
  • 611
  • 117.2k

Delete data and save using linq query.

Oct 27 2020 11:27 PM
Hello I have use json format
 
{
"Supplement": {
"UserId": 4,
"SupplementList": [
{
"SupplementId": "4",
"Others":"Demo"
},
{
"SupplementId": "1",
"Others":"Demo"
}
]
}
}
 
I have face problem not get MainCategoryId and ParentId

Answers (2)