public InputRequestHandler(IWebRequestWrapper webRequestWrapper, IRequestOutputQueue requestOutputQueue, IConfiguration configuration)
 {
     this.webRequestWrapper = webRequestWrapper;
     this.requestOutputQueue = requestOutputQueue;
     this.configuration = configuration;
 }
示例#2
0
 public InputRequestHandler(IWebRequestWrapper webRequestWrapper, IRequestOutputQueue requestOutputQueue, IConfiguration configuration)
 {
     this.webRequestWrapper  = webRequestWrapper;
     this.requestOutputQueue = requestOutputQueue;
     this.configuration      = configuration;
 }