コード例 #1
0
 public void Put(int id, [FromBody] Cliente model)
 {
     _appCliente.Update(model);
 }