예제 #1
0
 @Override
 public int selectProfileId(Profile profile) throws RuntimeException {
   return profileDao.selectProfileId(profile);
 }
예제 #2
0
 @Override
 public int insertProfile(Profile profile) throws RuntimeException {
   return profileDao.insertProfile(profile);
 }