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