Example #1
0
        /// <summary>
        /// 历史轮 谁破了世界记录的列表
        /// </summary>
        /// <returns></returns>
        private static List<RecordRank_HistoryRelationQuery> GetRecordHistoryList()
        {
            bizRecordRank biz = new bizRecordRank();

            return biz.GetRecordHistoryList();
        }