예제 #1
0
 public ProyectoTiendita.ServicioClientes.Cliente[] ObtenerTodos()
 {
     ProyectoTiendita.ServicioClientes.ObtenerTodosRequest inValue = new ProyectoTiendita.ServicioClientes.ObtenerTodosRequest();
     inValue.Body = new ProyectoTiendita.ServicioClientes.ObtenerTodosRequestBody();
     ProyectoTiendita.ServicioClientes.ObtenerTodosResponse retVal = ((ProyectoTiendita.ServicioClientes.ServicioClienteSoap)(this)).ObtenerTodos(inValue);
     return(retVal.Body.ObtenerTodosResult);
 }
예제 #2
0
 public System.Threading.Tasks.Task <ProyectoTiendita.ServicioClientes.ObtenerTodosResponse> ObtenerTodosAsync()
 {
     ProyectoTiendita.ServicioClientes.ObtenerTodosRequest inValue = new ProyectoTiendita.ServicioClientes.ObtenerTodosRequest();
     inValue.Body = new ProyectoTiendita.ServicioClientes.ObtenerTodosRequestBody();
     return(((ProyectoTiendita.ServicioClientes.ServicioClienteSoap)(this)).ObtenerTodosAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <ProyectoTiendita.ServicioClientes.ObtenerTodosResponse> ProyectoTiendita.ServicioClientes.ServicioClienteSoap.ObtenerTodosAsync(ProyectoTiendita.ServicioClientes.ObtenerTodosRequest request)
 {
     return(base.Channel.ObtenerTodosAsync(request));
 }
예제 #4
0
 ProyectoTiendita.ServicioClientes.ObtenerTodosResponse ProyectoTiendita.ServicioClientes.ServicioClienteSoap.ObtenerTodos(ProyectoTiendita.ServicioClientes.ObtenerTodosRequest request)
 {
     return(base.Channel.ObtenerTodos(request));
 }