Exemplo n.º 1
0
 public virtual Task InterceptAsync(IAcwMethodInvocation invocation)
 {
     Intercept(invocation);
     return(Task.CompletedTask);
 }
Exemplo n.º 2
0
 public abstract void Intercept(IAcwMethodInvocation invocation);