示例#1
0
 /// <summary>
 /// Register entries
 /// </summary>
 /// <param name="routes">Route to register</param>
 public void Register(RouteTable routes)
 {
 }
示例#2
0
 public PluginHandler(RouteTable routeTable, IContainer container)
 {
     _routeTable = routeTable;
 }