예제 #1
0
 public function getHistory($component = null)
 {
     $this->historyRepository->getLatestForStationAndComponent($this, $component);
 }
예제 #2
0
 protected function initializeRepository()
 {
     $this->repository = StationAqiHistoryRepository::getInstance();
 }