public ResponderInvoker(Responder handler, Dictionary <string, string> parameters) { this.handler = handler; this.parameters = parameters; }
public ResponderInvoker(Responder handler, Dictionary<string,string> parameters) { this.handler = handler; this.parameters = parameters; }