Beispiel #1
0
 public JsonResult EmailExists(string Gmail)
 {
     return(Json(userDetails.CheckEmail(Gmail)));
 }