コード例 #1
0
ファイル: CCService.cs プロジェクト: cristo-d/git-asp
        public static IList <ContentClass> GetAllContentclass()
        {
            string sqlAll = "select * from BBS_Class";

            return(CCService.GetContentclassBySql(sqlAll));
        }