Exemplo n.º 1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceSP.AddSPResponse> AddSPAsync(string TenSP)
 {
     WindowsFormsApplication1.ServiceSP.AddSPRequest inValue = new WindowsFormsApplication1.ServiceSP.AddSPRequest();
     inValue.Body       = new WindowsFormsApplication1.ServiceSP.AddSPRequestBody();
     inValue.Body.TenSP = TenSP;
     return(((WindowsFormsApplication1.ServiceSP.WebServiceSoap)(this)).AddSPAsync(inValue));
 }
Exemplo n.º 2
0
 public bool AddSP(string TenSP)
 {
     WindowsFormsApplication1.ServiceSP.AddSPRequest inValue = new WindowsFormsApplication1.ServiceSP.AddSPRequest();
     inValue.Body       = new WindowsFormsApplication1.ServiceSP.AddSPRequestBody();
     inValue.Body.TenSP = TenSP;
     WindowsFormsApplication1.ServiceSP.AddSPResponse retVal = ((WindowsFormsApplication1.ServiceSP.WebServiceSoap)(this)).AddSP(inValue);
     return(retVal.Body.AddSPResult);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <WindowsFormsApplication1.ServiceSP.AddSPResponse> WindowsFormsApplication1.ServiceSP.WebServiceSoap.AddSPAsync(WindowsFormsApplication1.ServiceSP.AddSPRequest request)
 {
     return(base.Channel.AddSPAsync(request));
 }
Exemplo n.º 4
0
 WindowsFormsApplication1.ServiceSP.AddSPResponse WindowsFormsApplication1.ServiceSP.WebServiceSoap.AddSP(WindowsFormsApplication1.ServiceSP.AddSPRequest request)
 {
     return(base.Channel.AddSP(request));
 }