コード例 #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();
        }