public OdsApiFacade(IMapper mapper, IOdsRestClient restClient) { _mapper = mapper; _restClient = restClient; }
public SubmitResource(IOdsRestClient poster) { _poster = poster; }
public EducationOrganizationIdentityCache(XmlSchemaSet schemaSet, IOdsRestClient client) { _schemaSet = schemaSet; _client = client; _educationOrganizations = new Lazy <List <JObject> >(Initialize); }
public PerformGetByExampleStep(IOdsRestClient client) { Log = LogManager.GetLogger(GetType().Name); _client = client; }