示例#1
0
 public IHttpActionResult AtualizarUrl([FromBody] URLShortener objeto)
 {
     _service.Update(objeto);
     return(Ok());
 }