24 lines
509 B
C#
24 lines
509 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using WeiSha.Common;
|
|
using Song.ServiceInterfaces;
|
|
using Song.Extend;
|
|
using VTemplate.Engine;
|
|
using System.Web.SessionState;
|
|
namespace Song.Site.Help
|
|
{
|
|
/// <summary>
|
|
/// Song.ViewData方法的调用说明
|
|
/// </summary>
|
|
public class API : BasePage, IRequiresSessionState
|
|
{
|
|
|
|
protected override void InitPageTemplate(HttpContext context)
|
|
{
|
|
|
|
}
|
|
|
|
}
|
|
} |