Beispiel #1
0
 public string GetAppointmentsJSON()
 {
     Angular2_web_app1.MyService.GetAppointmentsJSONRequest inValue = new Angular2_web_app1.MyService.GetAppointmentsJSONRequest();
     inValue.Body = new Angular2_web_app1.MyService.GetAppointmentsJSONRequestBody();
     Angular2_web_app1.MyService.GetAppointmentsJSONResponse retVal = ((Angular2_web_app1.MyService.WebService1Soap)(this)).GetAppointmentsJSON(inValue);
     return(retVal.Body.GetAppointmentsJSONResult);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <Angular2_web_app1.MyService.GetAppointmentsJSONResponse> GetAppointmentsJSONAsync()
 {
     Angular2_web_app1.MyService.GetAppointmentsJSONRequest inValue = new Angular2_web_app1.MyService.GetAppointmentsJSONRequest();
     inValue.Body = new Angular2_web_app1.MyService.GetAppointmentsJSONRequestBody();
     return(((Angular2_web_app1.MyService.WebService1Soap)(this)).GetAppointmentsJSONAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <Angular2_web_app1.MyService.GetAppointmentsJSONResponse> Angular2_web_app1.MyService.WebService1Soap.GetAppointmentsJSONAsync(Angular2_web_app1.MyService.GetAppointmentsJSONRequest request)
 {
     return(base.Channel.GetAppointmentsJSONAsync(request));
 }
Beispiel #4
0
 Angular2_web_app1.MyService.GetAppointmentsJSONResponse Angular2_web_app1.MyService.WebService1Soap.GetAppointmentsJSON(Angular2_web_app1.MyService.GetAppointmentsJSONRequest request)
 {
     return(base.Channel.GetAppointmentsJSON(request));
 }