/// <summary> /// Registers the API services. /// </summary> private void RegisterAPIServices() { if (cbSvc == null) { cbSvc = new CareerBuilderAPIService(); } if (zillowSvc == null) { zillowSvc = new ZillowAPIService(); } }
/// <summary> /// Registers the API services. /// </summary> private void RegisterAPIServices() { if (cbSvc == null) { cbSvc = new CareerBuilderAPIService(); } if (yahooSvc == null) { yahooSvc = new YahooAPIService(); } }