Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference.ExecuteSQLResponse> ExecuteSQLAsync(string param)
 {
     ServiceReference.ExecuteSQLRequest inValue = new ServiceReference.ExecuteSQLRequest();
     inValue.Body       = new ServiceReference.ExecuteSQLRequestBody();
     inValue.Body.param = param;
     return(((ServiceReference.HospitalServiceSoap)(this)).ExecuteSQLAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference.ExecuteSQLResponse> ServiceReference.HospitalServiceSoap.ExecuteSQLAsync(ServiceReference.ExecuteSQLRequest request)
 {
     return(base.Channel.ExecuteSQLAsync(request));
 }