Exemple #1
0
 /**
  * @param ADS_BOL_BannerLocation $dto
  */
 public function saveBannerLocation(ADS_BOL_BannerLocation $dto)
 {
     $this->bannerLocationDao->save($dto);
 }