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