예제 #1
0
        public bool themcd(string cd)
        {
            bool re = thDAL.themcd(cd);

            return(re);
        }