Beispiel #1
0
 public function findBannerLocations($bannerId)
 {
     return $this->bannerLocationDao->findListByBannerId($bannerId);
 }