public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }
示例#2
0
 public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }