Esempio n. 1
0
 public AfkModule(IAfkRepository afkRepo, ICacheService cache)
 {
     _afkRepo = afkRepo;
     _cache   = cache;
 }
Esempio n. 2
0
 public AfkService(ICacheService cacheService, IAfkRepository afkRepo)
 {
     _cacheService = cacheService;
     _afkRepo      = afkRepo;
 }