protected ActivityDecoratorAsync(IAsyncActivity <TIntent, TOutput> activity) : base(activity.Context)
 {
     _activity = activity;
 }
Ejemplo n.º 2
0
 public HttpActivityHandler(IAsyncActivity <TInput, TOutput> contextHolder, IResponseMapper <TInput, TOutput> responseMapper) : base(contextHolder, responseMapper)
 {
 }