コード例 #1
0
 public bool CheckMobileCaptcha(int userId, string mobile, string captcha)
 {
     return(userDataAccess.CheckMobileCaptcha(userId, mobile, captcha));
 }