Example #1
0
 public PowerManager(IPowerQueryService powerQueryService,
                     IUserPowerQueryService userPowerQueryService,
                     ICacheManager cacheManager)
 {
     _powerQueryService     = powerQueryService;
     _userPowerQueryService = userPowerQueryService;
     _cacheManager          = cacheManager;
 }
Example #2
0
 public UserPowerStore(IUserPowerQueryService userPowerQueryService)
 {
     _userPowerQueryService = userPowerQueryService;
 }