Infrastructure { public class CustomAuthAttribute:AuthorizeAttribute { private string _authstr; public CustomAuthAttribute(string attrib) { _authstr ...
確定! 回上一頁