コード例 #1
0
 public List<Style> getAllStylesById(List<Integer> instrumentIds) {
   return programDao.getAllStylesById(instrumentIds);
 }
コード例 #2
0
 public List<Program> getAllProgram() {
   return programDao.getAllProgram();
 }