예제 #1
0
 public function add(User $user)
 {
     return $this->dao->add($user);
 }