Example #1
0
 public HotService(IHotRepository hots, IHotCacheService cache)
 {
     _hots  = hots;
     _cache = cache;
 }
Example #2
0
 public HotEventHandler(IHotCacheService cache)
 {
     _cache = cache;
 }