Beispiel #1
0
 public OdsOrganisationSteps(Response response, Request request, Settings settings, OdsApiSteps api)
 {
     _response        = response;
     _request         = request;
     _api             = api;
     _organisationUrl = settings.OrganisationsApiBaseUrl + "/api/v1/ods";
 }
 public OdsOrganisationSteps(Response response, Request request, Config config, OdsApiSteps api)
 {
     this.response   = response;
     this.request    = request;
     this.api        = api;
     this.config     = config;
     organisationUrl = new Uri(config.OrganisationsApiBaseUrl, "api/v1/ods");
 }