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