ZhiYeJianKang_PeiXun/Song.Site/NotFound.ashx.cs

23 lines
410 B
C#
Raw Normal View History

2025-02-20 15:41:53 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using WeiSha.Common;
using Song.ServiceInterfaces;
using VTemplate.Engine;
namespace Song.Site
{
/// <summary>
/// NotFound 的摘要说明
/// </summary>
public class NotFound : BasePage
{
protected override void InitPageTemplate(HttpContext context)
{
}
}
}