public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }
예제 #2
0
 public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }