示例#1
0
 public void saveInstrument(Instrument stock) throws Exception {
   instrumentDAO.saveInstrument(stock);
   refresh = true;
 }