示例#1
0
 HistoricalPriceService(HistoricPriceRequestProcessor request_processor, HistoricalPriceResponseProcessor response_processor)
 {
     this.request_processor  = request_processor;
     this.response_processor = response_processor;
 }
 HistoricalPriceService(HistoricPriceRequestProcessor request_processor, HistoricalPriceResponseProcessor response_processor)
 {
     this.request_processor = request_processor;
     this.response_processor = response_processor;
 }