Hello all!
I was testing the "beta version" and I would like to know how can I implement permissions in the controller.
[Route("api/SGDMRede")]
[HttpGet]
[HttpPost]
public IHttpActionResult Rede([FromBody] FormDataCollection formData)
{
//do something.
}