public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }
Ejemplo n.º 2
0
 public AsyncWrapperInterceptor(IAsyncInterceptionBehavior interceptionBehavior)
 {
     _interceptionBehavior = interceptionBehavior;
 }