Posts by lucas marquebrasillucas18s • 1 point
1 post
-
0
votes1
answer468
viewsQ: Convert Json to a Csharp Object
public IActionResult MoedaTurismo() { try { RestClient restClient = new RestClient(); RestRequest restRequest = new RestRequest(); restRequest.AddHeader("cache-control", "no-cache");…