Ejemplo n.º 1
0
        public bool xoaCD(string cd)
        {
            bool re = thDAL.xoaCD(cd);

            return(re);
        }