Пример #1
0
 public System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllProductsResponse> GetAllProductsAsync(string P_DATE_from, string P_DATE_TO)
 {
     ConsoleApp1.ServiceReference1.GetAllProductsRequest inValue = new ConsoleApp1.ServiceReference1.GetAllProductsRequest();
     inValue.Body             = new ConsoleApp1.ServiceReference1.GetAllProductsRequestBody();
     inValue.Body.P_DATE_from = P_DATE_from;
     inValue.Body.P_DATE_TO   = P_DATE_TO;
     return(((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllProductsAsync(inValue));
 }
Пример #2
0
 public string GetAllProducts(string P_DATE_from, string P_DATE_TO)
 {
     ConsoleApp1.ServiceReference1.GetAllProductsRequest inValue = new ConsoleApp1.ServiceReference1.GetAllProductsRequest();
     inValue.Body             = new ConsoleApp1.ServiceReference1.GetAllProductsRequestBody();
     inValue.Body.P_DATE_from = P_DATE_from;
     inValue.Body.P_DATE_TO   = P_DATE_TO;
     ConsoleApp1.ServiceReference1.GetAllProductsResponse retVal = ((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllProducts(inValue);
     return(retVal.Body.GetAllProductsResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllProductsResponse> ConsoleApp1.ServiceReference1.serviceSoap.GetAllProductsAsync(ConsoleApp1.ServiceReference1.GetAllProductsRequest request)
 {
     return(base.Channel.GetAllProductsAsync(request));
 }
Пример #4
0
 ConsoleApp1.ServiceReference1.GetAllProductsResponse ConsoleApp1.ServiceReference1.serviceSoap.GetAllProducts(ConsoleApp1.ServiceReference1.GetAllProductsRequest request)
 {
     return(base.Channel.GetAllProducts(request));
 }