예제 #1
0
 public INV_MVC.WsConsulta.ListarProductos[] GetProductos()
 {
     INV_MVC.WsConsulta.GetProductosRequest inValue = new INV_MVC.WsConsulta.GetProductosRequest();
     inValue.Body = new INV_MVC.WsConsulta.GetProductosRequestBody();
     INV_MVC.WsConsulta.GetProductosResponse retVal = ((INV_MVC.WsConsulta.wsSoap)(this)).GetProductos(inValue);
     return(retVal.Body.GetProductosResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <INV_MVC.WsConsulta.GetProductosResponse> GetProductosAsync()
 {
     INV_MVC.WsConsulta.GetProductosRequest inValue = new INV_MVC.WsConsulta.GetProductosRequest();
     inValue.Body = new INV_MVC.WsConsulta.GetProductosRequestBody();
     return(((INV_MVC.WsConsulta.wsSoap)(this)).GetProductosAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <INV_MVC.WsConsulta.GetProductosResponse> INV_MVC.WsConsulta.wsSoap.GetProductosAsync(INV_MVC.WsConsulta.GetProductosRequest request)
 {
     return(base.Channel.GetProductosAsync(request));
 }
예제 #4
0
 INV_MVC.WsConsulta.GetProductosResponse INV_MVC.WsConsulta.wsSoap.GetProductos(INV_MVC.WsConsulta.GetProductosRequest request)
 {
     return(base.Channel.GetProductos(request));
 }