예제 #1
0
 public AfkModule(IAfkRepository afkRepo, ICacheService cache)
 {
     _afkRepo = afkRepo;
     _cache   = cache;
 }
예제 #2
0
 public AfkService(ICacheService cacheService, IAfkRepository afkRepo)
 {
     _cacheService = cacheService;
     _afkRepo      = afkRepo;
 }