Exemple #1
0
        /// <summary>
        /// 用户注册
        /// </summary>
        /// <param name="UserRegDto"></param>
        /// <returns></returns>
        public bool UserReg(UserRegData UserRegDto)
        {


            //业务性判断, 用户是否存在 ,......

           

            throw new System.NotImplementedException();
        }
Exemple #2
0
 bool ITestService.UserReg(UserRegData UserRegDto)
 {
     throw new System.NotImplementedException();
 }