示例#1
0
文件: Post.cs 项目: KeroZee/FinTrack
        public DataTable GetCategoryOldest(string category)
        {
            PostDAO dao = new PostDAO();

            return(dao.CategorySortOldest(category));
        }