コード例 #1
0
        public void updateArtist()
        {
            DBService dbs = new DBService();

            dbs.updateArtist(this);
        }