示例#1
0
 public virtual Task InterceptAsync(IAcwMethodInvocation invocation)
 {
     Intercept(invocation);
     return(Task.CompletedTask);
 }
示例#2
0
 public abstract void Intercept(IAcwMethodInvocation invocation);