Example #1
0
 public boolean isExist(String propertyName, Object value) {
   return baseDao.isExist(propertyName, value);
 }