コード例 #1
0
ファイル: preference_service.php プロジェクト: vazahat/dudex
 public function savePreferenceSection(BOL_PreferenceSection $preferenceSectionDto)
 {
     $this->preferenceSectionDao->save($preferenceSectionDto);
 }