I have a problem when consuming an api that I hosted on my IIS server, that is the api, it is a POST method, where it receives two parameters
[Route("api/Documentos/session")]
[HttpPost]
public String session(string username, s...
asked by
30.11.2018 / 20:19