Beispiel #1
0
        public ArrayList listarArtistas()
        {
            ArrayList a = new ArrayList();
            ARTISTCAD c = new ARTISTCAD();

            a = c.ListarArt();
            return(a);
        }
Beispiel #2
0
        public void borrar()
        {
            ARTISTCAD m_cc = null;

            try
            {
                m_cc = new  ARTISTCAD();
            }
            catch (Exception e)
            {
            }

            //m_cc.DELETE(this.cod);
        }
Beispiel #3
0
        //private List<GroupEN> groups;

        /* public ArtistEN(int cod = 0, String name = "", String nationality = "", String birthDate = "", int fans = 0, String email = "")
         * {
         *
         *   this.cod = cod;
         *   this.name = name;
         *   this.nationality = nationality;
         *   this.birthDate = birthDate;
         *   this.fans = fans;
         *   this.email = email;
         *  // this.groups = groups;
         * }*/

        public void insert()
        {
            ARTISTCAD m_cc = null;

            try
            {
                m_cc = new ARTISTCAD();
            }
            catch (Exception e)
            {
            }

            // m_cc.INSERT(this);
        }