protected async void Load() { canEdit = true; try { var otErpGetTblSoCustomerByCustomerSeqResult = await OtErp.GetTblSoCustomerByCustomerSeq(int.Parse(Customer_SEQ)); tblsocustomer = otErpGetTblSoCustomerByCustomerSeqResult; } catch (Exception otErpGetTblSoCustomerByCustomerSeqException) { } var otErpGetTblGnAddressBooksResult = await OtErp.GetTblGnAddressBooks(); getTblGnAddressBooksResult = otErpGetTblGnAddressBooksResult; var otErpGetTblGnPaymentTermsResult = await OtErp.GetTblGnPaymentTerms(); getTblGnPaymentTermsResult = otErpGetTblGnPaymentTermsResult; var otErpGetTblGnPaymentTypesResult = await OtErp.GetTblGnPaymentTypes(); getTblGnPaymentTypesResult = otErpGetTblGnPaymentTypesResult; }
protected async void Load() { var otErpGetTblGnAddressBooksResult = await OtErp.GetTblGnAddressBooks(); getTblGnAddressBooksResult = otErpGetTblGnAddressBooksResult; var otErpGetTblGnPaymentTermsResult = await OtErp.GetTblGnPaymentTerms(); getTblGnPaymentTermsResult = otErpGetTblGnPaymentTermsResult; var otErpGetTblGnPaymentTypesResult = await OtErp.GetTblGnPaymentTypes(); getTblGnPaymentTypesResult = otErpGetTblGnPaymentTypesResult; tblsocustomer = new TblSoCustomer(); }
protected async void Load() { var otErpGetViwGnAddBookCustsResult = await OtErp.GetViwGnAddBookCusts(); CustomersResult = otErpGetViwGnAddBookCustsResult; var otErpGetTblGnPaymentTermsResult = await OtErp.GetTblGnPaymentTerms(); PaymentTermsResult = otErpGetTblGnPaymentTermsResult; var otErpGetTblGnPaymentTypesResult = await OtErp.GetTblGnPaymentTypes(); PaymentTypesResult = otErpGetTblGnPaymentTypesResult; var otErpGetViwGnAddBookEmpsResult = await OtErp.GetViwGnAddBookEmps(); EmployeesResult = otErpGetViwGnAddBookEmpsResult; tblsocustomer = new TblSoCustomer(); }
protected async void Load() { var otErpGetTblGnPaymentTermsResult = await OtErp.GetTblGnPaymentTerms(); getTblGnPaymentTermsResult = otErpGetTblGnPaymentTermsResult; }