Exemplo n.º 1
0
        public clsUsuario()//Metodo constructor
        {
            clsConexion obclsConexion = new clsConexion();

            stConexion = obclsConexion.stGetConexion();
        }
Exemplo n.º 2
0
        public clsDocente()//Metodo constructor
        {
            clsConexion obclsConexion = new clsConexion();

            stConexion = obclsConexion.stGetConexion();
        }