Пример #1
0
 @Override
 public Integer delRoleBYId(Long id) {
   return roleDao.delRoleBYId(id);
 }