Пример #1
0
 @Override
 public Integer saveRole(Role entity) throws Exception {
   return roleDao.saveRole(entity);
 }