Ejemplo n.º 1
0
 public List<Map<String, Object>> staticCostByMonth(String year, String membername) {
   return recordDao.staticCostByMonth(year, membername);
 }