コード例 #1
0
ファイル: DataRetriever.cs プロジェクト: apalumbi/ZillowAPI
		public DataRetriever(IZillowAPI api) {
			this.api = api;
		}
コード例 #2
0
		public ZillowFormPresenter(IZillowAPI api, IRepository repository) {
			retriever = new DataRetriever(api);
			this.repository = repository;
		}