Beispiel #1
0
 public ActionResult Put(int id, [FromBody] Usuario value)
 {
     return(Ok(_usuarioServicio.Update(value)));
 }