示例#1
0
        public T_PERSON GetLoginInfo(string userId, string pwd)
        {
            T_PERSON _PERSON = _UserOperate.LoginInfo(userId, pwd);

            return(_PERSON);
        }