コード例 #1
0
 public void Put(int id, [FromBody] Paciente objPaciente)
 {
     int res = repository.ActualizarPaciente(id, objPaciente);
 }