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