Example #1
0
 public bool UpdateCustomer(BankAppWeb.Soap.CustomerService.Customers entity)
 {
     BankAppWeb.Soap.CustomerService.UpdateCustomerRequest inValue = new BankAppWeb.Soap.CustomerService.UpdateCustomerRequest();
     inValue.Body        = new BankAppWeb.Soap.CustomerService.UpdateCustomerRequestBody();
     inValue.Body.entity = entity;
     BankAppWeb.Soap.CustomerService.UpdateCustomerResponse retVal = ((BankAppWeb.Soap.CustomerService.CustomerWebServiceSoap)(this)).UpdateCustomer(inValue);
     return(retVal.Body.UpdateCustomerResult);
 }
Example #2
0
 public System.Threading.Tasks.Task <BankAppWeb.Soap.CustomerService.UpdateCustomerResponse> UpdateCustomerAsync(BankAppWeb.Soap.CustomerService.Customers entity)
 {
     BankAppWeb.Soap.CustomerService.UpdateCustomerRequest inValue = new BankAppWeb.Soap.CustomerService.UpdateCustomerRequest();
     inValue.Body        = new BankAppWeb.Soap.CustomerService.UpdateCustomerRequestBody();
     inValue.Body.entity = entity;
     return(((BankAppWeb.Soap.CustomerService.CustomerWebServiceSoap)(this)).UpdateCustomerAsync(inValue));
 }
Example #3
0
 public SelectCustomerByIdResponseBody(BankAppWeb.Soap.CustomerService.Customers SelectCustomerByIdResult)
 {
     this.SelectCustomerByIdResult = SelectCustomerByIdResult;
 }
Example #4
0
 public UpdateCustomerRequestBody(BankAppWeb.Soap.CustomerService.Customers entity)
 {
     this.entity = entity;
 }