コード例 #1
0
 public QuestSearchService(ICacheServiceAsync cachesrv, IStackExchangeApiConsumer apiclient)
 {
     this.cachesrv  = cachesrv;
     this.apiclient = apiclient;
 }
コード例 #2
0
 public HomeController(ICacheServiceAsync cache)
 {
     _cache = cache;
 }