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