Ejemplo n.º 1
0
 protected void Add(Endpoint endpoint)
 {
     _endpointStore.Add(endpoint);
 }
Ejemplo n.º 2
0
 public void Add(Endpoint endpoint)
 {
     _endpoints.Add(endpoint);
 }
Ejemplo n.º 3
0
 public void SetUp()
 {
     _endpoint = Endpoint.AtUrl(UrlPattern);
 }