示例#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();
        }