public AuthorizeMissing(AuthorizeAttributeTypes authorizeAttributeTypes) { _authorizeAttributeType = authorizeAttributeTypes; }
public AuthorizeNormalAttribute(AuthorizeAttributeTypes authorizeAttributeType) { _authorizeAttributeType = authorizeAttributeType; }
public AuthorizeAdminAttribute(AuthorizeAttributeTypes authorizeAttributeType) { _authorizeAttributeType = authorizeAttributeType; }