示例#1
0
 public Router(IEndpointStore endpoints)
 {
     _endpoints = endpoints;
 }
示例#2
0
 public DefaultEndpointStore(RouteConfiguration configuration, IEndpointStore otherStore)
 {
     _configuration = configuration;
     _otherStore    = otherStore;
 }