예제 #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));
 }
예제 #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);
 }
예제 #3
0
 System.Threading.Tasks.Task <ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse> ProyectoEscritorio.UsuarioWS.UsuarioWS.AgregarUsuarioAsync(ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest request)
 {
     return(base.Channel.AgregarUsuarioAsync(request));
 }
예제 #4
0
 ProyectoEscritorio.UsuarioWS.AgregarUsuarioResponse ProyectoEscritorio.UsuarioWS.UsuarioWS.AgregarUsuario(ProyectoEscritorio.UsuarioWS.AgregarUsuarioRequest request)
 {
     return(base.Channel.AgregarUsuario(request));
 }