示例#1
0
        public JsonResult IsEmailAlredyExist(string email)
        {
            ShoppingClient sc = new ShoppingClient();

            return(Json(!sc.CheckEmailIsExist(email), JsonRequestBehavior.AllowGet));
        }