예제 #1
0
 public Map<Integer, FractionBean> getFractionsList(int expId) {
   Map<Integer, FractionBean> fractionsList = db.getFractionsList(expId);
   return fractionsList;
 }