public System.Threading.Tasks.Task <ServiExpress.WebServiceUsuario.NuevoUsuarioResponse> NuevoUsuarioAsync(string rut, string primerNombre, string segundoNombre, string apellidoPaterno, string apellidoMaterno, int telefono, string email, string direccion, int comuna, string nombreUsuario, int tipoUsuario, string contraseña)
 {
     ServiExpress.WebServiceUsuario.NuevoUsuarioRequest inValue = new ServiExpress.WebServiceUsuario.NuevoUsuarioRequest();
     inValue.rut             = rut;
     inValue.primerNombre    = primerNombre;
     inValue.segundoNombre   = segundoNombre;
     inValue.apellidoPaterno = apellidoPaterno;
     inValue.apellidoMaterno = apellidoMaterno;
     inValue.telefono        = telefono;
     inValue.email           = email;
     inValue.direccion       = direccion;
     inValue.comuna          = comuna;
     inValue.nombreUsuario   = nombreUsuario;
     inValue.tipoUsuario     = tipoUsuario;
     inValue.contraseña      = contraseña;
     return(((ServiExpress.WebServiceUsuario.WebServiceUsuario)(this)).NuevoUsuarioAsync(inValue));
 }
 public string[] NuevoUsuario(string rut, string primerNombre, string segundoNombre, string apellidoPaterno, string apellidoMaterno, int telefono, string email, string direccion, int comuna, string nombreUsuario, int tipoUsuario, string contraseña)
 {
     ServiExpress.WebServiceUsuario.NuevoUsuarioRequest inValue = new ServiExpress.WebServiceUsuario.NuevoUsuarioRequest();
     inValue.rut             = rut;
     inValue.primerNombre    = primerNombre;
     inValue.segundoNombre   = segundoNombre;
     inValue.apellidoPaterno = apellidoPaterno;
     inValue.apellidoMaterno = apellidoMaterno;
     inValue.telefono        = telefono;
     inValue.email           = email;
     inValue.direccion       = direccion;
     inValue.comuna          = comuna;
     inValue.nombreUsuario   = nombreUsuario;
     inValue.tipoUsuario     = tipoUsuario;
     inValue.contraseña      = contraseña;
     ServiExpress.WebServiceUsuario.NuevoUsuarioResponse retVal = ((ServiExpress.WebServiceUsuario.WebServiceUsuario)(this)).NuevoUsuario(inValue);
     return(retVal.@return);
 }
 System.Threading.Tasks.Task <ServiExpress.WebServiceUsuario.NuevoUsuarioResponse> ServiExpress.WebServiceUsuario.WebServiceUsuario.NuevoUsuarioAsync(ServiExpress.WebServiceUsuario.NuevoUsuarioRequest request)
 {
     return(base.Channel.NuevoUsuarioAsync(request));
 }
 ServiExpress.WebServiceUsuario.NuevoUsuarioResponse ServiExpress.WebServiceUsuario.WebServiceUsuario.NuevoUsuario(ServiExpress.WebServiceUsuario.NuevoUsuarioRequest request)
 {
     return(base.Channel.NuevoUsuario(request));
 }