Example #1
0
 public int checkDupPinno(String pinno) throws Exception {
   return memberDAO.checkDupPinno(pinno);
 }