Exemplo n.º 1
0
 public static int Supplier_Data_Insert(int?ID, string Supp_ID, string Register_Name, string Address, string State
                                        , string CountryName, int?CountryID, string Postal_Code, string Comp_Phone1, string Comp_Phone2, string Comp_AOH_NO1, string Comp_AOH_NO2
                                        , string Comp_Fax1, string Comp_Fax2, string Comp_Email1, string Comp_Email2,
                                        string Comp_WebSite, string Comp_Reg_No
                                        , string Comp_Tex_Reg_No, string Comp_ISO_No, string Supplier_Currency, int?Supplier_CurrencyID, string PIC_NAME_Title1, string PIC_NAME_Title2
                                        , string PIC_NAME1, string PIC_NAME2, string PIC_Designation1, string PIC_Designation2, string PIC_Email1, string PIC_Email2
                                        , string PIC_Phone1, string PIC_Phone2, string Bank_Name, string Bank_Address, string Bank_Code, string Branch_Code
                                        , string SWIFT_Code, string IBAN_Code, string Beneficiary_Name, string Beneficiary_Address, string Beneficiary_Account
                                        , string Beneficiary_Account_Curr, string Notification_Payment, string Notification_Email, string Verified_Person, string Designation, string Action_On_Data_Form, int?Created_By,
                                        string SkypeAddress, string SkypeAddress2, string PICMobileNo, string PICmobileNo1, string SuppScope, string AddService, string OtherBankInformation, string TaxAccNumber)
 {
     return(DAL_ASL_Supplier.Supplier_Data_Insert(ID, Supp_ID, Register_Name, Address, State
                                                  , CountryName, CountryID, Postal_Code, Comp_Phone1, Comp_Phone2, Comp_AOH_NO1, Comp_AOH_NO2
                                                  , Comp_Fax1, Comp_Fax2, Comp_Email1, Comp_Email2, Comp_WebSite, Comp_Reg_No
                                                  , Comp_Tex_Reg_No, Comp_ISO_No, Supplier_Currency, Supplier_CurrencyID, PIC_NAME_Title1, PIC_NAME_Title2
                                                  , PIC_NAME1, PIC_NAME2, PIC_Designation1, PIC_Designation2, PIC_Email1, PIC_Email2
                                                  , PIC_Phone1, PIC_Phone2, Bank_Name, Bank_Address, Bank_Code, Branch_Code
                                                  , SWIFT_Code, IBAN_Code, Beneficiary_Name, Beneficiary_Address, Beneficiary_Account
                                                  , Beneficiary_Account_Curr, Notification_Payment, Notification_Email, Verified_Person, Designation, Action_On_Data_Form, Created_By, SkypeAddress, SkypeAddress2, PICMobileNo, PICmobileNo1, SuppScope, AddService, OtherBankInformation, TaxAccNumber));
 }