Example #1
0
 public void Authorize(IZbpAuthorizeAttribute authorizeAttribute)
 {
     Authorize(new[] { authorizeAttribute });
 }
Example #2
0
 public async Task AuthorizeAsync(IZbpAuthorizeAttribute authorizeAttribute)
 {
     await AuthorizeAsync(new[] { authorizeAttribute });
 }