public QuestSearchService(ICacheServiceAsync cachesrv, IStackExchangeApiConsumer apiclient)
 {
     this.cachesrv  = cachesrv;
     this.apiclient = apiclient;
 }
Exemplo n.º 2
0
 public HomeController(ICacheServiceAsync cache)
 {
     _cache = cache;
 }