예제 #1
0
        public clsUsuario()//Metodo constructor
        {
            clsConexion obclsConexion = new clsConexion();

            stConexion = obclsConexion.stGetConexion();
        }
예제 #2
0
        public clsDocente()//Metodo constructor
        {
            clsConexion obclsConexion = new clsConexion();

            stConexion = obclsConexion.stGetConexion();
        }