Ejemplo n.º 1
0
        protected async void Load()
        {
            canEdit = true;

            try
            {
                var otErpGetTblGnPaymentTermByPaymentTermSeqResult = await OtErp.GetTblGnPaymentTermByPaymentTermSeq(int.Parse(PaymentTerm_SEQ));

                tblgnpaymentterm = otErpGetTblGnPaymentTermByPaymentTermSeqResult;
            }
            catch (Exception otErpGetTblGnPaymentTermByPaymentTermSeqException)
            {
            }
        }