예제 #1
0
        // metodos

        public Boolean insert_respuestas(String R1, String r2, string r3, String r4, string respuesta_correcta, String estado, int fk_pregunta)
        {
            return(respuestaM.insert_respuestas(R1, r2, r3, r4, respuesta_correcta, estado, fk_pregunta));
        }