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