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