public ProyectoTiendita.ServiceReference3.Producto[] ObtenerTodos() { ProyectoTiendita.ServiceReference3.ObtenerTodosRequest inValue = new ProyectoTiendita.ServiceReference3.ObtenerTodosRequest(); inValue.Body = new ProyectoTiendita.ServiceReference3.ObtenerTodosRequestBody(); ProyectoTiendita.ServiceReference3.ObtenerTodosResponse retVal = ((ProyectoTiendita.ServiceReference3.ServicioProductoSoap)(this)).ObtenerTodos(inValue); return(retVal.Body.ObtenerTodosResult); }
public System.Threading.Tasks.Task <ProyectoTiendita.ServiceReference3.ObtenerTodosResponse> ObtenerTodosAsync() { ProyectoTiendita.ServiceReference3.ObtenerTodosRequest inValue = new ProyectoTiendita.ServiceReference3.ObtenerTodosRequest(); inValue.Body = new ProyectoTiendita.ServiceReference3.ObtenerTodosRequestBody(); return(((ProyectoTiendita.ServiceReference3.ServicioProductoSoap)(this)).ObtenerTodosAsync(inValue)); }
System.Threading.Tasks.Task <ProyectoTiendita.ServiceReference3.ObtenerTodosResponse> ProyectoTiendita.ServiceReference3.ServicioProductoSoap.ObtenerTodosAsync(ProyectoTiendita.ServiceReference3.ObtenerTodosRequest request) { return(base.Channel.ObtenerTodosAsync(request)); }
ProyectoTiendita.ServiceReference3.ObtenerTodosResponse ProyectoTiendita.ServiceReference3.ServicioProductoSoap.ObtenerTodos(ProyectoTiendita.ServiceReference3.ObtenerTodosRequest request) { return(base.Channel.ObtenerTodos(request)); }