コード例 #1
0
 public RouteHandler(RouteTable routeTable, SessionManager sessionManager)
 {
     this.routeTable     = routeTable;
     this.sessionManager = sessionManager;
 }
コード例 #2
0
 public RouteHandler(RouteTable routeTable)
 {
     this.routeTable = routeTable;
 }