Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.CustomersServices.CustomerFindResponse> CustomerFindAsync(int ID)
 {
     WindowsFormsApp1.CustomersServices.CustomerFindRequest inValue = new WindowsFormsApp1.CustomersServices.CustomerFindRequest();
     inValue.Body    = new WindowsFormsApp1.CustomersServices.CustomerFindRequestBody();
     inValue.Body.ID = ID;
     return(((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).CustomerFindAsync(inValue));
 }
Exemplo n.º 2
0
 public WindowsFormsApp1.CustomersServices.Customers CustomerFind(int ID)
 {
     WindowsFormsApp1.CustomersServices.CustomerFindRequest inValue = new WindowsFormsApp1.CustomersServices.CustomerFindRequest();
     inValue.Body    = new WindowsFormsApp1.CustomersServices.CustomerFindRequestBody();
     inValue.Body.ID = ID;
     WindowsFormsApp1.CustomersServices.CustomerFindResponse retVal = ((WindowsFormsApp1.CustomersServices.ConvertSoap)(this)).CustomerFind(inValue);
     return(retVal.Body.CustomerFindResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.CustomersServices.CustomerFindResponse> WindowsFormsApp1.CustomersServices.ConvertSoap.CustomerFindAsync(WindowsFormsApp1.CustomersServices.CustomerFindRequest request)
 {
     return(base.Channel.CustomerFindAsync(request));
 }
Exemplo n.º 4
0
 WindowsFormsApp1.CustomersServices.CustomerFindResponse WindowsFormsApp1.CustomersServices.ConvertSoap.CustomerFind(WindowsFormsApp1.CustomersServices.CustomerFindRequest request)
 {
     return(base.Channel.CustomerFind(request));
 }