blasferatu

Results 1 issues of blasferatu

I'm using Autofac and would like to use AsyncInterceptor. However, I cannot register a class that implements IAsyncInterceptor because Autofac expects a class that implements IInterceptor. From the example in...