示例#1
0
        public int CreateNewsLetter(NewsLetterDom newsdom)
        {
            int topicId = newsDAL.CreateNewsLetter(newsdom);

            return(topicId);
        }