コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function saveTemplate(UHEADER_BOL_Template $tpl)
 {
     return $this->templateDao->save($tpl);
 }