public TwitterSearchService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser, IHttpServer httpServer, IMapSearch mapSearch) { _httpRequestResponse = httpRequestResponse; _oAuthCreationService = oAuthCreationService; _httpServer = httpServer; _mapSearch = mapSearch; }
public TwitterService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser) { _httpRequestResponse = httpRequestResponse; _oAuthCreationService = oAuthCreationService; _mapUser = mapUser; }