Exemple #1
0
 public System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllPriceResponse> GetAllPriceAsync(string P_DATE)
 {
     ConsoleApp1.ServiceReference1.GetAllPriceRequest inValue = new ConsoleApp1.ServiceReference1.GetAllPriceRequest();
     inValue.Body        = new ConsoleApp1.ServiceReference1.GetAllPriceRequestBody();
     inValue.Body.P_DATE = P_DATE;
     return(((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllPriceAsync(inValue));
 }
Exemple #2
0
 public string GetAllPrice(string P_DATE)
 {
     ConsoleApp1.ServiceReference1.GetAllPriceRequest inValue = new ConsoleApp1.ServiceReference1.GetAllPriceRequest();
     inValue.Body        = new ConsoleApp1.ServiceReference1.GetAllPriceRequestBody();
     inValue.Body.P_DATE = P_DATE;
     ConsoleApp1.ServiceReference1.GetAllPriceResponse retVal = ((ConsoleApp1.ServiceReference1.serviceSoap)(this)).GetAllPrice(inValue);
     return(retVal.Body.GetAllPriceResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <ConsoleApp1.ServiceReference1.GetAllPriceResponse> ConsoleApp1.ServiceReference1.serviceSoap.GetAllPriceAsync(ConsoleApp1.ServiceReference1.GetAllPriceRequest request)
 {
     return(base.Channel.GetAllPriceAsync(request));
 }
Exemple #4
0
 ConsoleApp1.ServiceReference1.GetAllPriceResponse ConsoleApp1.ServiceReference1.serviceSoap.GetAllPrice(ConsoleApp1.ServiceReference1.GetAllPriceRequest request)
 {
     return(base.Channel.GetAllPrice(request));
 }