public AP_Station_HistoryServices(IAP_Station_HistoryRepository dal, IBB_ThresholdRepository thdal)
 {
     this.dal     = dal;
     base.baseDal = dal;
     check        = new TimeCheck();
     thresholdal  = thdal;
 }
Beispiel #2
0
 public BB_ThresholdServices(IBB_ThresholdRepository dal)
 {
     this.dal     = dal;
     base.baseDal = dal;
 }