I have a Rest service in WebApi, generated the controllers by the wizard that defined the answers in "api / {controller} / {id}", as the example of get by id:
// GET: api/pessoas/5
[ResponseType(typeof(pessoa))]
public IHttpAc...
asked by
30.06.2017 / 12:41