Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse> AgregarUsuarioAsync(string nombre, string email, string contrasena)
 {
     ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest inValue = new ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest();
     inValue.nombre     = nombre;
     inValue.email      = email;
     inValue.contrasena = contrasena;
     return(((ProyectoEscritorio.UsuarioWS.UsuarioWS)(this)).AgregarUsuarioAsync(inValue));
 }
Ejemplo n.º 2
0
 public int AgregarUsuario(string nombre, string email, string contrasena)
 {
     ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest inValue = new ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest();
     inValue.nombre     = nombre;
     inValue.email      = email;
     inValue.contrasena = contrasena;
     ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse retVal = ((ProyectoEscritorio.UsuarioWS.UsuarioWS)(this)).AgregarUsuario(inValue);
     return(retVal.@return);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse> ProyectoEscritorio.UsuarioWS.UsuarioWS.AgregarUsuarioAsync(ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest request)
 {
     return(base.Channel.AgregarUsuarioAsync(request));
 }
Ejemplo n.º 4
0
 ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse ProyectoEscritorio.UsuarioWS.UsuarioWS.AgregarUsuario(ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest request)
 {
     return(base.Channel.AgregarUsuario(request));
 }