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