Exemplo n.º 1
0
		public DataRetriever(IZillowAPI api) {
			this.api = api;
		}
Exemplo n.º 2
0
		public ZillowFormPresenter(IZillowAPI api, IRepository repository) {
			retriever = new DataRetriever(api);
			this.repository = repository;
		}