Exemplo n.º 1
0
 public void Authorize(IZbpAuthorizeAttribute authorizeAttribute)
 {
     Authorize(new[] { authorizeAttribute });
 }
Exemplo n.º 2
0
 public async Task AuthorizeAsync(IZbpAuthorizeAttribute authorizeAttribute)
 {
     await AuthorizeAsync(new[] { authorizeAttribute });
 }