예제 #1
0
        public ForumThreadInfo CreateForumThread(string Name)
        {
            int retVal = DBForum.CreateSimpleForumThread(_ownerContainer.Key, Name, DateTime.UtcNow);

            return(GetForumThread(retVal));
        }