Esempio n. 1
0
 public System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.ViewDietPlanResponse> ViewDietPlanAsync(string type)
 {
     WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest inValue = new WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest();
     inValue.Body      = new WindowsFormsApp1.ServiceReference1.ViewDietPlanRequestBody();
     inValue.Body.type = type;
     return(((WindowsFormsApp1.ServiceReference1.WebService1Soap)(this)).ViewDietPlanAsync(inValue));
 }
Esempio n. 2
0
 public WindowsFormsApp1.ServiceReference1.DietPlanClass ViewDietPlan(string type)
 {
     WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest inValue = new WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest();
     inValue.Body      = new WindowsFormsApp1.ServiceReference1.ViewDietPlanRequestBody();
     inValue.Body.type = type;
     WindowsFormsApp1.ServiceReference1.ViewDietPlanResponse retVal = ((WindowsFormsApp1.ServiceReference1.WebService1Soap)(this)).ViewDietPlan(inValue);
     return(retVal.Body.ViewDietPlanResult);
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <WindowsFormsApp1.ServiceReference1.ViewDietPlanResponse> WindowsFormsApp1.ServiceReference1.WebService1Soap.ViewDietPlanAsync(WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest request)
 {
     return(base.Channel.ViewDietPlanAsync(request));
 }
Esempio n. 4
0
 WindowsFormsApp1.ServiceReference1.ViewDietPlanResponse WindowsFormsApp1.ServiceReference1.WebService1Soap.ViewDietPlan(WindowsFormsApp1.ServiceReference1.ViewDietPlanRequest request)
 {
     return(base.Channel.ViewDietPlan(request));
 }