예제 #1
0
 public Search(
     //IStore store,
     IHelper helper, IJhDbContext jhDbContext)
 {
     //_store = store;
     _jhDbContext      = jhDbContext;
     _helper           = helper;
     SearchState       = SearchState.Ping;
     Result            = new Dictionary <string, SearchResultEntity>();
     CurrentCachedUrls = new List <CachedUrl>();
 }
예제 #2
0
 public JhController(IHelper helper, IJhDbContext jhDbContext)
 {
     _helper      = helper;
     _jhDbContext = jhDbContext;
 }