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