Ejemplo n.º 1
0
 @Override
 public List<Map<String, Object>> countForSeason(String year) throws Exception {
   // TODO Auto-generated method stub
   return biddingDao.countForSeason(year);
 }