Exemplo n.º 1
0
        //
        #region Linking Quotation to Order
        public void Linked()
        {
            Int32 on = 0;

            orderdao = new DAO.OrderDAO();
            orderdao.newOrderLinked(Quotation_no);
            on = orderdao.getOrderN(Quotation_no);
            orderdao.LinkedQuote(on, Quotation_no);
        }