예제 #1
0
 public function findAccountTypeById($id)
 {
     return $this->accountDao->findAccountTypeById($id);
 }