public GrabHotsApiDataService(ParseStormReplayService parseStormReplayService, ApiSettings apiSettings,
                               HeroesProfileContext context, HeroesProfileBrawlContext brawlContext)
 {
     _parseStormReplayService = parseStormReplayService;
     _apiSettings             = apiSettings;
     _context      = context;
     _brawlContext = brawlContext;
 }
Example #2
0
 public CalculateLeaderBoardsService(HeroesProfileContext context,
                                     HeroesProfileCacheContext cacheContext)
 {
     _context      = context;
     _cacheContext = cacheContext;
 }
Example #3
0
 public CalculateChangeService(HeroesProfileContext context, HeroesProfileCacheContext cacheContext)
 {
     _context      = context;
     _cacheContext = cacheContext;
 }
 public CalculateBreakdownsService(HeroesProfileContext context)
 {
     _context = context;
 }
 public MmrCalculatorService(HeroesProfileContext context)
 {
     _context = context;
 }