public BackgroundStockQueryService ( IRabbitStockQuery rabbitStockQuery, IRabbitStockResponse rabbitStockResponse, IStooqClient stooqClient ) { this._rabbitStockQuery = rabbitStockQuery; this._rabbitStockResponse = rabbitStockResponse; this._stooqClient = stooqClient; _rabbitStockQuery.InitStockQueryEvent(); }
public ChatHandler(ChatContext db, IRabbitStockQuery rabbitMessageService) : base(db) { this._rabbitMessageService = rabbitMessageService; }