Esempio n. 1
0
 public YahooQuoteResponseProcessor(IParseACsvResponse csv_response_parser, IParseAYahooQuote yahoo_quote_parser)
 {
     this.csv_response_parser = csv_response_parser;
     this.yahoo_quote_parser  = yahoo_quote_parser;
 }
 public YahooQuoteResponseProcessor(IParseACsvResponse csv_response_parser, IParseAYahooQuote yahoo_quote_parser)
 {
     this.csv_response_parser = csv_response_parser;
     this.yahoo_quote_parser = yahoo_quote_parser;
 }