예제 #1
0
        public static IList <ContentClass> GetAllContentclass()
        {
            string sqlAll = "select * from BBS_Class";

            return(CCService.GetContentclassBySql(sqlAll));
        }