Ejemplo n.º 1
0
 public CarajDesktop.CustomerService.CustomerResponseDto[] GetAllCustomer()
 {
     CarajDesktop.CustomerService.GetAllCustomerRequest inValue = new CarajDesktop.CustomerService.GetAllCustomerRequest();
     inValue.Body = new CarajDesktop.CustomerService.GetAllCustomerRequestBody();
     CarajDesktop.CustomerService.GetAllCustomerResponse retVal = ((CarajDesktop.CustomerService.CustomerServiceSoap)(this)).GetAllCustomer(inValue);
     return(retVal.Body.GetAllCustomerResult);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <CarajDesktop.CustomerService.GetAllCustomerResponse> GetAllCustomerAsync()
 {
     CarajDesktop.CustomerService.GetAllCustomerRequest inValue = new CarajDesktop.CustomerService.GetAllCustomerRequest();
     inValue.Body = new CarajDesktop.CustomerService.GetAllCustomerRequestBody();
     return(((CarajDesktop.CustomerService.CustomerServiceSoap)(this)).GetAllCustomerAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <CarajDesktop.CustomerService.GetAllCustomerResponse> CarajDesktop.CustomerService.CustomerServiceSoap.GetAllCustomerAsync(CarajDesktop.CustomerService.GetAllCustomerRequest request)
 {
     return(base.Channel.GetAllCustomerAsync(request));
 }
Ejemplo n.º 4
0
 CarajDesktop.CustomerService.GetAllCustomerResponse CarajDesktop.CustomerService.CustomerServiceSoap.GetAllCustomer(CarajDesktop.CustomerService.GetAllCustomerRequest request)
 {
     return(base.Channel.GetAllCustomer(request));
 }