Beispiel #1
0
 public void UpdateTotal()
 {
     orderdao = new DAO.OrderDAO();
     orderdao.TotalAmtUpdate(Order_total_amt, Pos_orderno);
 }