コード例 #1
0
ファイル: MemberService.java プロジェクト: hellsenin/gchealth
 public ZValue findPassword(ZValue zvl) throws Exception {
   return memberDAO.findPassword(zvl);
 }