예제 #1
0
 public int DeleteMix(string billNo, string mixID)
 {
     using (PersistentManager pm = new PersistentManager())
     {
         ProductStateDao psDao = new ProductStateDao();
         return psDao.DeleteMix(billNo, mixID);
     }
 }