示例#1
0
 public float PuntuacionDePregunta(long idPregunta)
 {
     return(BBDDService.getPreguntaById(idPregunta).puntuacion);
 }