Exemple #1
0
 public StatisticsController(IConfiguration configuration, MongoClient mongoClient)
 {
     _services = new StatiticsServices(configuration, mongoClient);
 }
Exemple #2
0
 public CronUtils(IConfiguration configuration, MongoClient mongoClient)
 {
     _statiticisServices = new StatiticsServices(configuration, mongoClient);
     _matchServices      = new MatchServices(configuration, mongoClient);
 }