12 lines
271 B

using System;
using System.Collections.Generic;
using System.Text;
namespace Apewer.Web
{
/// <summary></summary>
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class HttpGetAttribute : Attribute { }
}