Пример #1
0
 public MatchRepository(MongoClient mongoClient, IOngoingMatchesCache cache) : base(mongoClient)
 {
     _cache = cache;
 }