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