Example #1
0
 public function __construct($dto = [])
 {
     parent::__construct($dto);
     $this->historyRepository = StationAqiHistoryRepository::getInstance();
 }
Example #2
0
 public function __construct($dto = [])
 {
     parent::__construct($dto);
 }
Example #3
0
 public function __construct($dto = [])
 {
     parent::__construct($dto);
     $this->componentRepository = ComponentRepository::getInstance();
     $this->stationRepository = StationRepository::getInstance();
 }