Exemplo n.º 1
0
 public Router(IEndpointStore endpoints)
 {
     _endpoints = endpoints;
 }
Exemplo n.º 2
0
 public DefaultEndpointStore(RouteConfiguration configuration, IEndpointStore otherStore)
 {
     _configuration = configuration;
     _otherStore    = otherStore;
 }