Exemplo n.º 1
0
 public Ado_Net.ServiceReference1.Car[] List()
 {
     Ado_Net.ServiceReference1.ListRequest inValue = new Ado_Net.ServiceReference1.ListRequest();
     inValue.Body = new Ado_Net.ServiceReference1.ListRequestBody();
     Ado_Net.ServiceReference1.ListResponse retVal = ((Ado_Net.ServiceReference1.Service1Soap)(this)).List(inValue);
     return(retVal.Body.ListResult);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <Ado_Net.ServiceReference1.ListResponse> ListAsync()
 {
     Ado_Net.ServiceReference1.ListRequest inValue = new Ado_Net.ServiceReference1.ListRequest();
     inValue.Body = new Ado_Net.ServiceReference1.ListRequestBody();
     return(((Ado_Net.ServiceReference1.Service1Soap)(this)).ListAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <Ado_Net.ServiceReference1.ListResponse> Ado_Net.ServiceReference1.Service1Soap.ListAsync(Ado_Net.ServiceReference1.ListRequest request)
 {
     return(base.Channel.ListAsync(request));
 }
Exemplo n.º 4
0
 Ado_Net.ServiceReference1.ListResponse Ado_Net.ServiceReference1.Service1Soap.List(Ado_Net.ServiceReference1.ListRequest request)
 {
     return(base.Channel.List(request));
 }