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