示例#1
0
 public string BorrarPregunta(int idPregunta)
 {
     return(nuevoAcceso.BorrarPregunta(idPregunta));
 }