Posts by Lucas Queiroz • 3 points
2 posts
-
0
votes0
answers83
viewsQ: Getting null using external api with restsharp
I am facing a problem when trying to get an external API that returns Json. Instead of storing the value of json variables in the model is receiving null. Model: namespace bitcoin.Models { public…
-
0
votes1
answer35
viewsQ: Generate table of acquisitions that were performed Upload
I’m developing an ASP.NET Core application. And I was left with some questions, I was able to find some tutorials on how to upload pdf files, but now I need these files to be listed in a table for…