コード例 #1
0
        public ActionResult ChkPasswordExistsOrNot(string password)
        {
            var result = CustomerCRUD.ChkPasswordExistsOrNot(password);

            return(View(result));
        }