chenhaozhe
4 天以前 5a9d51aa1202f4e52173245d3069e6bd1949d51b
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Service
{
    [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, AllowMultiple = false)]
    public class RequireSignatureAttribute : Attribute
    {
    }
}