コード例 #1
0
        public ActionResult ExistAccount(string Account, string keyValue)
        {
            bool IsOk = userBLL.ExistAccount(Account, keyValue);

            return(Content(IsOk.ToString()));
        }