I have following return type from web API In my main form, I have to create two list one is data and another is more and added in another list likes response . So how return form web API using DTO class Common Response Type
{ "response": {
"data": [
{
"id": 0,
"label": "text"
}
],
"more": {
"status": "OK",
"message": "Record Found"
}
}
}
Please help me..!
thanks
Aucun commentaire:
Enregistrer un commentaire