示例#1
0
 public ActionResult Refresh(CaptchaParams one)
 {
     return(one.CaptchaActions());
 }
示例#2
0
 public ActionResult Refresh(CaptchaParams parameters)
 {
     return(parameters.CaptchaActions());
 }