Exemple #1
0
 public T4CSharpConsoleApplicationUppg2.ServiceReference1.DiningTable[] GetDiningTables()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequestBody();
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesResponse retVal = ((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetDiningTables(inValue);
     return(retVal.Body.GetDiningTablesResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesResponse> GetDiningTablesAsync()
 {
     T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest inValue = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest();
     inValue.Body = new T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequestBody();
     return(((T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap)(this)).GetDiningTablesAsync(inValue));
 }
Exemple #3
0
 System.Threading.Tasks.Task <T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesResponse> T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetDiningTablesAsync(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest request)
 {
     return(base.Channel.GetDiningTablesAsync(request));
 }
Exemple #4
0
 T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesResponse T4CSharpConsoleApplicationUppg2.ServiceReference1.T4CsharpWebService1Uppg2Soap.GetDiningTables(T4CSharpConsoleApplicationUppg2.ServiceReference1.GetDiningTablesRequest request)
 {
     return(base.Channel.GetDiningTables(request));
 }