예제 #1
0
 public T4CSharpConsoleApplicationUppg2.ServiceReference1.Restaurant[] GetRestaurants()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequestBody();
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsResponse retVal = ((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetRestaurants(inValue);
     return(retVal.Body.GetRestaurantsResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsResponse> GetRestaurantsAsync()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequestBody();
     return(((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetRestaurantsAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsResponse> T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetRestaurantsAsync(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest request)
 {
     return(base.Channel.GetRestaurantsAsync(request));
 }
예제 #4
0
 T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsResponse T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetRestaurants(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantsRequest request)
 {
     return(base.Channel.GetRestaurants(request));
 }