Exemple #1
0
 public StatisticsDataSeeder(
     StatisticsDbContext db,
     IOptions <ApplicationSettings> applicationSettings)
 {
     this.db = db;
     this.applicationSettings = applicationSettings.Value;
 }
Exemple #2
0
 public StatisticsDataSeeder(StatisticsDbContext db) => this.db = db;