public IHttpActionResult AtualizarUrl([FromBody] URLShortener objeto) { _service.Update(objeto); return(Ok()); }