Example #1
0
 //判斷註冊帳號是否已被註冊過Action
 public JsonResult AccountCheck(CustomerRegisterView RegisterMember)
 {
     return(Json(customerService.AccountCheck(RegisterMember.newCustomer.CustomerID), JsonRequestBehavior.AllowGet));
 }