public ActionResult ExistEnCode(string EnCode, string keyValue) { bool IsOk = postBLL.ExistEnCode(EnCode, keyValue); return(Content(IsOk.ToString())); }