Beispiel #1
0
 public System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllProductsByIDResponse> GetAllProductsByIDAsync(string ProductsList)
 {
     ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest inValue = new ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest();
     inValue.Body = new ConsoleApp1.ServiceReference1.GetAllProductsByIDRequestBody();
     inValue.Body.ProductsList = ProductsList;
     return(((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllProductsByIDAsync(inValue));
 }
Beispiel #2
0
 public string GetAllProductsByID(string ProductsList)
 {
     ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest inValue = new ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest();
     inValue.Body = new ConsoleApp1.ServiceReference1.GetAllProductsByIDRequestBody();
     inValue.Body.ProductsList = ProductsList;
     ConsoleApp1.ServiceReference1.GetAllProductsByIDResponse retVal = ((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllProductsByID(inValue);
     return(retVal.Body.GetAllProductsByIDResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllProductsByIDResponse> ConsoleApp1.ServiceReference1.serviceSoap.GetAllProductsByIDAsync(ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest request)
 {
     return(base.Channel.GetAllProductsByIDAsync(request));
 }
Beispiel #4
0
 ConsoleApp1.ServiceReference1.GetAllProductsByIDResponse ConsoleApp1.ServiceReference1.serviceSoap.GetAllProductsByID(ConsoleApp1.ServiceReference1.GetAllProductsByIDRequest request)
 {
     return(base.Channel.GetAllProductsByID(request));
 }