Beispiel #1
0
 public BloatAnalysis(
     ISystemStorage systemStorage,
     ICalculationsConfiguration configuration)
 {
     this.systemStorage = systemStorage;
     this.configuration = configuration;
 }
 public ValuesHistoryMiddleware(
     IPgSettings pgSettings,
     ISystemStorage systemStorage)
 {
     this.pgSettings    = pgSettings;
     this.systemStorage = systemStorage;
 }
 public WalLsnHistory(ISystemStorage systemStorage, ICalculationsConfiguration configuration)
 {
     this.systemStorage = systemStorage;
     this.configuration = configuration;
 }