Ejemplo n.º 1
0
        internal static void update_Customer_And_Passport_info(
                                           string FirstName,
                                           string LastName,
                                           string address,
                                           
                                           string email,
                                           string details,
                                           byte[] pic,
                                           string PassportNo,
                                           long RefferdbyAgentid,
                                           bool isRefferedby,
                                           string SrNo,
                                           DateTime Date,
                                           string Name,
                                           // string    PassportNo  ,
                                           DateTime DateOfbirth,
                                           DateTime DateOfIssue,
                                           DateTime dateOfExpiry,
                                           string CnicNo,
                                           string Contactno1,
                                           string ContactNo2,
                                           long orignalCustomerID
                                         )

        {
            Table_Adapter_Cust.UpdateQuery_Customer_And_Passport_Info_StoreProcedure_Func
                                                                                          (
FirstName,
LastName,
address,
email,
details,
pic,

PassportNo,
RefferdbyAgentid,
isRefferedby,

SrNo,
Date,
Name,


DateOfbirth,
DateOfIssue,
dateOfExpiry,
CnicNo,
Contactno1,
ContactNo2,
orignalCustomerID
);
            
        }