Esempio n. 1
0
 public Web1.ServiceReference1.SanPham[] GetAllSP()
 {
     Web1.ServiceReference1.GetAllSPRequest inValue = new Web1.ServiceReference1.GetAllSPRequest();
     inValue.Body = new Web1.ServiceReference1.GetAllSPRequestBody();
     Web1.ServiceReference1.GetAllSPResponse retVal = ((Web1.ServiceReference1.WebServiceSoap)(this)).GetAllSP(inValue);
     return(retVal.Body.GetAllSPResult);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <Web1.ServiceReference1.GetAllSPResponse> GetAllSPAsync()
 {
     Web1.ServiceReference1.GetAllSPRequest inValue = new Web1.ServiceReference1.GetAllSPRequest();
     inValue.Body = new Web1.ServiceReference1.GetAllSPRequestBody();
     return(((Web1.ServiceReference1.WebServiceSoap)(this)).GetAllSPAsync(inValue));
 }
Esempio n. 3
0
 System.Threading.Tasks.Task <Web1.ServiceReference1.GetAllSPResponse> Web1.ServiceReference1.WebServiceSoap.GetAllSPAsync(Web1.ServiceReference1.GetAllSPRequest request)
 {
     return(base.Channel.GetAllSPAsync(request));
 }
Esempio n. 4
0
 Web1.ServiceReference1.GetAllSPResponse Web1.ServiceReference1.WebServiceSoap.GetAllSP(Web1.ServiceReference1.GetAllSPRequest request)
 {
     return(base.Channel.GetAllSP(request));
 }