23 lines
454 B
C#
23 lines
454 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using WeiSha.Common;
|
|
using Song.ServiceInterfaces;
|
|
using VTemplate.Engine;
|
|
using System.Data;
|
|
using System.Net;
|
|
using System.IO;
|
|
namespace Song.Site
|
|
{
|
|
/// <summary>
|
|
/// 课程中心
|
|
/// </summary>
|
|
public class CourseChannel : BasePage
|
|
{
|
|
protected override void InitPageTemplate(HttpContext context)
|
|
{
|
|
|
|
}
|
|
}
|
|
} |