Exemplo n.º 1
0
 internal RootContext(IInterfaceChains interfaces, string routerName)
 {
     RouterName = routerName;
     Set(interfaces);
 }
Exemplo n.º 2
0
 internal RootContext(IInterfaceChains interfaces)
 {
     Set(interfaces);
 }