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