示例#1
0
        public bool Save()
        {
            var success = RNUsuario.SaveUser(this);

            return(success);
        }