Exemple #1
0
 public AddMatchToChest(IMatchEndpoint matchEndpoint, ISmtpClient smtpClient, CloudTables cloudTables,
                        LolChestConfig lolChestConfig)
 {
     _matchEndpoint  = matchEndpoint;
     _smtpClient     = smtpClient;
     _cloudTables    = cloudTables;
     _lolChestConfig = lolChestConfig;
 }
 public void Initialize()
 {
     _rateLimitedRequester = new Mock <IRateLimitedRequester>();
     _matchEndpoint        = new MatchEndpoint(_rateLimitedRequester.Object, new PassThroughCache());
 }
Exemple #3
0
 public GetGameIds(IMatchEndpoint mathEndpoint)
 {
     _mathEndpoint = mathEndpoint;
 }