示例#1
0
 public function actionCarRentals($city_url)
 {
     $city = $this->city;
     $salonModels = Account::getSalonsListModels($this->city);
     return $this->render('car-rentals', ['salonModels' => $salonModels]);
 }