public TwitterSearchService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser, IHttpServer httpServer, IMapSearch mapSearch)
 {
     _httpRequestResponse  = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _httpServer           = httpServer;
     _mapSearch            = mapSearch;
 }
 public TwitterSearchService(IHttpRequestResponse httpRequestResponse, IOAuthCreationService oAuthCreationService, IMapUser mapUser, IHttpServer httpServer, IMapSearch mapSearch)
 {
     _httpRequestResponse = httpRequestResponse;
     _oAuthCreationService = oAuthCreationService;
     _httpServer = httpServer;
     _mapSearch = mapSearch;
 }
示例#3
0
文件: Email.cs 项目: lulzzz/HedgeHog
 public static IList <ImapX.Message> Read(string userName, string password, string folder, IMapSearch search)
 {
     return(Read(userName, password, folder, search + ""));
 }