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