public PomTotalStorage(PomRawStorage pomStorage, AppSettings appSettings) : base(pomStorage, appSettings) { }
public PomDailyStorage(PomRawStorage pomStorage, AppSettings appSettings) : base(pomStorage, appSettings) { }
public PomBaseStorage(PomRawStorage pomRawStorage, AppSettings appSettings) { this.pomRawStorage = pomRawStorage; this.summaryKey = appSettings.PomCovid.SummaryKey; }