Example #1
0
 public System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingResponse> GetRestaurantRatingAsync()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequestBody();
     return(((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetRestaurantRatingAsync(inValue));
 }
Example #2
0
 public T4CSharpConsoleApplicationUppg2.ServiceReference1.RestaurantRating[] GetRestaurantRating()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequestBody();
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingResponse retVal = ((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetRestaurantRating(inValue);
     return(retVal.Body.GetRestaurantRatingResult);
 }
Example #3
0
 System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingResponse> T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetRestaurantRatingAsync(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest request)
 {
     return(base.Channel.GetRestaurantRatingAsync(request));
 }
Example #4
0
 T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingResponse T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetRestaurantRating(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetRestaurantRatingRequest request)
 {
     return(base.Channel.GetRestaurantRating(request));
 }