Пример #1
0
        public static string tomar_examen(string matricula)
        {
            DEstudiante obj = new DEstudiante();

            obj.Matricula = matricula;

            return(obj.tomar_examen(obj));
        }