コード例 #1
0
 public ProyectoTiendita.ServicioProductos.Producto[] ObtenerTodos()
 {
     ProyectoTiendita.ServicioProductos.ObtenerTodosRequest inValue = new ProyectoTiendita.ServicioProductos.ObtenerTodosRequest();
     inValue.Body = new ProyectoTiendita.ServicioProductos.ObtenerTodosRequestBody();
     ProyectoTiendita.ServicioProductos.ObtenerTodosResponse retVal = ((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).ObtenerTodos(inValue);
     return(retVal.Body.ObtenerTodosResult);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.ObtenerTodosResponse> ObtenerTodosAsync()
 {
     ProyectoTiendita.ServicioProductos.ObtenerTodosRequest inValue = new ProyectoTiendita.ServicioProductos.ObtenerTodosRequest();
     inValue.Body = new ProyectoTiendita.ServicioProductos.ObtenerTodosRequestBody();
     return(((ProyectoTiendita.ServicioProductos.ServicioProductoSoap)(this)).ObtenerTodosAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <ProyectoTiendita.ServicioProductos.ObtenerTodosResponse> ProyectoTiendita.ServicioProductos.ServicioProductoSoap.ObtenerTodosAsync(ProyectoTiendita.ServicioProductos.ObtenerTodosRequest request)
 {
     return(base.Channel.ObtenerTodosAsync(request));
 }
コード例 #4
0
 ProyectoTiendita.ServicioProductos.ObtenerTodosResponse ProyectoTiendita.ServicioProductos.ServicioProductoSoap.ObtenerTodos(ProyectoTiendita.ServicioProductos.ObtenerTodosRequest request)
 {
     return(base.Channel.ObtenerTodos(request));
 }