using System;

namespace WebMvc
{

    /// <summary>
    /// 必须认证
    /// </summary>
    public class AuthenticateAttribute : Attribute
    {
        
    }
}