Example #1
0
 public FubuRouteHandler(IBehaviorInvoker invoker, IHttpHandlerSource handlerSource)
 {
     _invoker = invoker;
     _handlerSource = handlerSource;
 }
Example #2
0
 public FubuRouteHandler(IBehaviorInvoker invoker, IHttpHandlerSource handlerSource)
 {
     _invoker       = invoker;
     _handlerSource = handlerSource;
 }