I'm getting error when trying to call a method from a Web API.
Method declaration in ApiController
public class AcessoController : ApiController
{
[HttpGet]
public UsuarioModel ValidarUsuario(string login, string senha, stri...
asked by
06.10.2016 / 20:33