示例#1
0
 public void saveSampleType(SampleType stock) throws Exception {
   sampleTypeDAO.saveSampleType(stock);
   refresh = true;
 }