示例#1
0
 public PomTotalStorage(PomRawStorage pomStorage, AppSettings appSettings) :
     base(pomStorage, appSettings)
 {
 }
示例#2
0
 public PomDailyStorage(PomRawStorage pomStorage, AppSettings appSettings) : base(pomStorage, appSettings)
 {
 }
示例#3
0
 public PomBaseStorage(PomRawStorage pomRawStorage, AppSettings appSettings)
 {
     this.pomRawStorage = pomRawStorage;
     this.summaryKey    = appSettings.PomCovid.SummaryKey;
 }