Example #1
0
 public int UpdateLibSupplier(string strSUPPLIER, string strSHORT_NAME, string strFull_NAME, string strSUPPLIER_CATEGORY,
                              string strSUPPLIER_TYPE, string strBOOKS_CATEGORY, string strSUPPLIER_STATUS, string strLEDGER_CARD, string strURL,
                              string strUSER_PWD, string strREMARK, string strADDRESS_1, string strADDRESS_2, string strADDRESS_3, string strADDRESS_4,
                              string strADDRESS_5, string strCOUNTRY, string strCITY, string strPOSTAL_CODE, string strPHONE1, string strPHONE2,
                              string strTELEX1, string strTELEX2, string strFAX1, string strFAX2, string strEMAIL1, string strEMAIL2, string strBANK_NAME,
                              string strBANK_BRANCH, string strBANK_ACCOUNT, string strBANK_ADDRESS, string strBANK_COUNTRY, string strBANK_CITY,
                              string strCURRENCY, string strINTER_BANK_NAME, string strINTER_BANK_BRANCH, string strINTER_BANK_ACCOUNT, string strINTER_BANK_ADDRESS,
                              string strINTER_BANK_COUNTRY, string strINTER_BANK_CITY, string strINTER_CURRENCY, int iModified_By)
 {
     return(objSupplier.UpdateLibSupplier(strSUPPLIER, strSHORT_NAME, strFull_NAME, strSUPPLIER_CATEGORY,
                                          strSUPPLIER_TYPE, strBOOKS_CATEGORY, strSUPPLIER_STATUS, strLEDGER_CARD, strURL,
                                          strUSER_PWD, strREMARK, strADDRESS_1, strADDRESS_2, strADDRESS_3, strADDRESS_4,
                                          strADDRESS_5, strCOUNTRY, strCITY, strPOSTAL_CODE, strPHONE1, strPHONE2,
                                          strTELEX1, strTELEX2, strFAX1, strFAX2, strEMAIL1, strEMAIL2, strBANK_NAME,
                                          strBANK_BRANCH, strBANK_ACCOUNT, strBANK_ADDRESS, strBANK_COUNTRY, strBANK_CITY,
                                          strCURRENCY, strINTER_BANK_NAME, strINTER_BANK_BRANCH, strINTER_BANK_ACCOUNT, strINTER_BANK_ADDRESS,
                                          strINTER_BANK_COUNTRY, strINTER_BANK_CITY, strINTER_CURRENCY, iModified_By));
 }