Esempio n. 1
0
 public HttpResponseEnrichers(IServiceRegistry services)
 {
     _exceptionHandlerDispatcher = services.GetService <IExceptionHandlerDispatcher>();
 }
Esempio n. 2
0
 public ExceptionsHandledInterceptor(IServiceRegistry services)
 {
     _dispatcher = services.GetService <IExceptionHandlerDispatcher>();
 }