Exemplo n.º 1
0
 public System.Threading.Tasks.Task <Desktop.MusteriServiceReference.GetResponse> GetAsync(int customerId)
 {
     Desktop.MusteriServiceReference.GetRequest inValue = new Desktop.MusteriServiceReference.GetRequest();
     inValue.Body            = new Desktop.MusteriServiceReference.GetRequestBody();
     inValue.Body.customerId = customerId;
     return(((Desktop.MusteriServiceReference.CustomerServiceSoap)(this)).GetAsync(inValue));
 }
Exemplo n.º 2
0
 public Desktop.MusteriServiceReference.Customer Get(int customerId)
 {
     Desktop.MusteriServiceReference.GetRequest inValue = new Desktop.MusteriServiceReference.GetRequest();
     inValue.Body            = new Desktop.MusteriServiceReference.GetRequestBody();
     inValue.Body.customerId = customerId;
     Desktop.MusteriServiceReference.GetResponse retVal = ((Desktop.MusteriServiceReference.CustomerServiceSoap)(this)).Get(inValue);
     return(retVal.Body.GetResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Desktop.MusteriServiceReference.GetResponse> Desktop.MusteriServiceReference.CustomerServiceSoap.GetAsync(Desktop.MusteriServiceReference.GetRequest request)
 {
     return(base.Channel.GetAsync(request));
 }
Exemplo n.º 4
0
 Desktop.MusteriServiceReference.GetResponse Desktop.MusteriServiceReference.CustomerServiceSoap.Get(Desktop.MusteriServiceReference.GetRequest request)
 {
     return(base.Channel.Get(request));
 }