Ejemplo n.º 1
0
 public CostRecord getById(Long id) {
   return recordDao.getById(CostRecord.class, id);
 }