Ejemplo n.º 1
0
 public bool InsertCustomer(WindowsFormsApp1.CustomersServices.Customers entity)
 {
     WindowsFormsApp1.CustomersServices.InsertCustomerRequest inValue = new WindowsFormsApp1.CustomersServices.InsertCustomerRequest();
     inValue.Body        = new WindowsFormsApp1.CustomersServices.InsertCustomerRequestBody();
     inValue.Body.entity = entity;
     WindowsFormsApp1.CustomersServices.InsertCustomerResponse retVal = ((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).InsertCustomer(inValue);
     return(retVal.Body.InsertCustomerResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.CustomersServices.InsertCustomerResponse> InsertCustomerAsync(WindowsFormsApp1.CustomersServices.Customers entity)
 {
     WindowsFormsApp1.CustomersServices.InsertCustomerRequest inValue = new WindowsFormsApp1.CustomersServices.InsertCustomerRequest();
     inValue.Body        = new WindowsFormsApp1.CustomersServices.InsertCustomerRequestBody();
     inValue.Body.entity = entity;
     return(((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).InsertCustomerAsync(inValue));
 }
Ejemplo n.º 3
0
 public InsertCustomerRequestBody(WindowsFormsApp1.CustomersServices.Customers entity)
 {
     this.entity = entity;
 }
Ejemplo n.º 4
0
 public CustomerFindResponseBody(WindowsFormsApp1.CustomersServices.Customers CustomerFindResult)
 {
     this.CustomerFindResult = CustomerFindResult;
 }