Example #1
0
 public void insertAcct(HashMap<String, Object> paramMap) throws Exception {
   accountDao.insertAcct(paramMap);
 }