Example #1
0
        public static bool BindUserName(int UserId, string UserBindName, string Password)
        {
            MemberDao dao = new MemberDao();

            return(dao.BindUserName(UserId, UserBindName, Password));
        }