Ejemplo n.º 1
0
 public TwitterSearchService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser, IHttpServer httpServer, IMapSearch mapSearch)
 {
     _httpRequestResponse = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _httpServer = httpServer;
     _mapSearch = mapSearch;
 }
Ejemplo n.º 2
0
 public TwitterService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser)
 {
     _httpRequestResponse = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _mapUser = mapUser;
 }
Ejemplo n.º 3
0
 public TwitterSearchService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser, IHttpServer httpServer, IMapSearch mapSearch)
 {
     _httpRequestResponse  = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _httpServer           = httpServer;
     _mapSearch            = mapSearch;
 }
Ejemplo n.º 4
0
 public TwitterService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser)
 {
     _httpRequestResponse  = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _mapUser = mapUser;
 }